Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpluscode/paper-autocomplete
A simple composition of paper elements to assemble an autocomplete dropdown
https://github.com/tpluscode/paper-autocomplete
Last synced: 6 days ago
JSON representation
A simple composition of paper elements to assemble an autocomplete dropdown
- Host: GitHub
- URL: https://github.com/tpluscode/paper-autocomplete
- Owner: tpluscode
- License: mit
- Created: 2019-05-09T05:38:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T14:07:18.000Z (about 5 years ago)
- Last Synced: 2024-10-24T10:10:01.862Z (2 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# \
This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.
## Installation
```bash
npm i paper-autocomplete
```## Usage
```htmlimport 'paper-autocomplete/paper-autocomplete.js';
```
## Testing using karma (if applied by author)
```bash
npm run test
```## Testing using karma via browserstack (if applied by author)
```bash
npm run test:bs
```## Demoing using storybook (if applied by author)
```bash
npm run storybook
```## Linting (if applied by author)
```bash
npm run lint
```