0.0.4 • Published 4 years ago

searchablelist v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Searchable List Element

Published on WebComponents.org

A Vanilla Web Component for creating searchable lists.

Installation

npm i searchablelist

Then import the index.js file at the root of the package.

Usage

Just create the list as it where a normal ul li list

<searchable-list>
  <li>Apple</li>
  <li>Orange</li>
  <li>Pineaple</li>
  <li>Grapefruit</li>
</searchable-list>

License

MIT