p2made / world-flags
A bunch of CSS & JS resources wrapped as Yii 2 AssetBundles &/or Widgets.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:css-library
This package is auto-updated.
Last update: 2024-11-05 22:00:12 UTC
README
CSS and SVG images to render world flags in your Bootstrap elements.
Installation
The preferred way to install World Flags CSS is through composer. Depending on your composer installation, run one of the following commands:
composer require p2made/world-flags "dev-master"
or
php composer.phar require p2made/world-flags "dev-master"
Alternatively add:
"p2made/world-flags": "dev-master"
to the requires section of your composer.json
file & World Flags CSS will be installed next time you run composer update
.