chore: add how to use section and features section to docs
This commit is contained in:
parent
6498ab716f
commit
d5b00fe0d3
1 changed files with 21 additions and 0 deletions
|
|
@ -38,6 +38,27 @@ export const main = () => html`
|
|||
`;
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
- Multiple autocomplete behaviors
|
||||
- Supports multiple choice
|
||||
- Multiple matching modes
|
||||
- Different interaction behaviors
|
||||
|
||||
## How to use
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
npm i --save @lion/combobox
|
||||
```
|
||||
|
||||
```js
|
||||
import { LionCombobox } from '@lion/combobox';
|
||||
// or
|
||||
import '@lion/combobox/lion-combobox.js';
|
||||
```
|
||||
|
||||
## Autocomplete
|
||||
|
||||
Below you will find an overview of all possible `autocomplete` behaviors and how they correspond
|
||||
|
|
|
|||
Loading…
Reference in a new issue