-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Protoss78/country-select) | ||
|
||
# \<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). | ||
|
||
![Animation](https://github.com/Protoss78/country-select/blob/master/animation.gif "Animation") | ||
|
||
## Docs & Demo | ||
|
||
Documentation and a live Demo can be found [here](https://protoss78.github.io/country-select/components/country-select/). | ||
<!-- | ||
``` | ||
<custom-element-demo> | ||
<template> | ||
<link rel="import" href="country-select.html"> | ||
</template> | ||
</custom-element-demo> | ||
``` | ||
--> | ||
```html | ||
<country-select></country-select> | ||
``` | ||
|
||
![Animation](https://github.com/Protoss78/country-select/blob/master/animation.gif "Animation") |