https://github.com/protoss78/country-select
A simple country selector web component using the paper-dropdown-menu.
https://github.com/protoss78/country-select
country dropdown picker select
Last synced: 4 months ago
JSON representation
A simple country selector web component using the paper-dropdown-menu.
- Host: GitHub
- URL: https://github.com/protoss78/country-select
- Owner: Protoss78
- License: mit
- Created: 2016-10-15T23:21:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T11:39:59.000Z (about 7 years ago)
- Last Synced: 2025-05-18T12:05:52.988Z (5 months ago)
- Topics: country, dropdown, picker, select
- Language: HTML
- Size: 16.7 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://vaadin.com/directory/component/Protoss78country-select)
[](https://vaadin.com/directory/component/Protoss78country-select)
[](https://www.webcomponents.org/element/Protoss78/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](https://github.com/umpirsky/country-list).
```html
```

### Bundle with polymer build
To build include the country list data files in your `polymer.json`.
```json
"extraDependencies": [
"bower_components/country-list/data/**/*.json"
]
```