Protoss78 / country-select

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
]

About

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

License:MIT License


Languages

Language:HTML 100.0%