<paper-autocomplete>
This webcomponent follows the open-wc recommendation.
Installation
npm i paper-autocompleteUsage
<script type="module">
import 'paper-autocomplete/paper-autocomplete.js';
</script>
<paper-autocomplete></paper-autocomplete>Testing using karma (if applied by author)
npm run testTesting using karma via browserstack (if applied by author)
npm run test:bsDemoing using storybook (if applied by author)
npm run storybookLinting (if applied by author)
npm run lint