0.0.2 • Published 4 years ago

@tpluscode/paper-autocomplete v0.0.2

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

\

This webcomponent follows the open-wc recommendation.

Installation

npm i paper-autocomplete

Usage

<script type="module">
  import 'paper-autocomplete/paper-autocomplete.js';
</script>

<paper-autocomplete></paper-autocomplete>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demoing using storybook (if applied by author)

npm run storybook

Linting (if applied by author)

npm run lint