Skip to content

A simple country selector web component using the paper-dropdown-menu.

License

Notifications You must be signed in to change notification settings

Protoss78/country-select

Repository files navigation

Published on Vaadin  Directory Stars on vaadin.com/directory Published on webcomponents.org

<country-select>

A simple country selector web component using the paper-dropdown-menu that implements the app-localize-behavior and can translate the country names. Currently it supports localized country names for 253 languages. The country list is based on umpirsky/country-list.

<country-select></country-select>
<country-select language="de" label="Land"></country-select>

Animation

Bundle with polymer build

To build include the country list data files in your polymer.json.

"extraDependencies": [
  "bower_components/country-list/data/**/*.json"
]