An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/Protoss78country-select)
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/Protoss78country-select.svg)](https://vaadin.com/directory/component/Protoss78country-select)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](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

```

![Animation](https://github.com/Protoss78/country-select/blob/master/animation.gif "Animation")

### Bundle with polymer build

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

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