Directory

flag-icons - Vaadin Add-on Directory

A set of flags for use with iron-icon flag-icons - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/Dabolus/flag-icons](https://github.com//Dabolus/flag-icons/blob/2.0.0/README.md) on 2019-05-22 ]** # <flag-icons> [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Dabolus/flag-icons) [![Travis build](https://img.shields.io/travis/Dabolus/flag-icons.svg)](https://travis-ci.org/Dabolus/flag-icons) [![GitHub release](https://img.shields.io/github/release/Dabolus/flag-icons/all.svg)](https://github.com/Dabolus/flag-icons) _[Demo and API docs](https://www.webcomponents.org/element/Dabolus/flag-icons)_ `flag-icons` is an iconset that allows you to easily display flags on you application/website. It features 195 flat icons with rounded corners, that can be useful if you want to allow the user to change the language in you internationalized application. _Note: the credits for the original flags go to [Muharrem Şenyıl](https://freebiesbug.com/psd-freebies/100-flat-flag-psd-icons/).
I just ported them to SVG and then to an iconset._ ## Installation ``` bower install --save Dabolus/flag-icons ``` ## Usage Using an iconset is extremely simple. These are the steps you need to follow: 1. Load the iconset: ```html ``` 2. Insert your icon using [`iron-icon`](https://www.webcomponents.org/element/PolymerElements/iron-icon) ```html ``` 3. Done! _The flags can also be used inside a [`paper-icon-button`](https://www.webcomponents.org/element/PolymerElements/paper-icon-button)._ Example with normal `iron-icon`s: ```html ``` Example with `paper-icon-button`s: ```html ```