Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.69 KB

README.md

File metadata and controls

66 lines (49 loc) · 1.69 KB

Published on webcomponents.org

Demo and API docs

<input-search>

input-search is a single-line text field used for search.

<input-search placeholder="Search..."></input-search>

How to install and use:

1 - Install the element using Bower:

$ bower install eduardosada/input-search --save

2 - Import the element:

<link rel="import" href="bower_components/input-search/input-search.html">

3 - Start using it!

<input-search value="{{searchvalue}}"></input-search>

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Report any issue.
Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License © Eduardo Sada