From d5b00fe0d30faec9366b11d13964f39b09372a8a Mon Sep 17 00:00:00 2001 From: jorenbroekema Date: Thu, 15 Oct 2020 15:49:00 +0200 Subject: [PATCH] chore: add how to use section and features section to docs --- packages/combobox/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages/combobox/README.md b/packages/combobox/README.md index 1094a3b3c..583989a55 100644 --- a/packages/combobox/README.md +++ b/packages/combobox/README.md @@ -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