Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Protoss78 authored May 23, 2017
1 parent 47d56d8 commit 9926463
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
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")

0 comments on commit 9926463

Please sign in to comment.