p2made/world-flags

A bunch of CSS & JS resources wrapped as Yii 2 AssetBundles &/or Widgets.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:css-library

0.1.0 2015-06-15 18:06 UTC

This package is auto-updated.

Last update: 2024-04-05 20:36:46 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.

Usage