Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```html

import '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
```