Skip to content

Commit 4b8a8de

Browse files
committed
Add Advanced Features
1 parent 12845d9 commit 4b8a8de

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@
2828
- ♿ Accessible (a11y) – Built-in ARIA support for screen readers
2929
- 🛡 Written in TypeScript with type safety
3030

31-
## Installation & Quick Start
31+
## Installation & Quick Start
3232
Install the library
33+
3334
```sh
3435
npm i @constructor-io/constructorio-ui-autocomplete
3536
```
3637

3738
Import and use the `CioAutocomplete` component
39+
3840
```ts
3941
import { CioAutocomplete } from '@constructor-io/constructorio-ui-autocomplete';
4042
import '@constructor-io/constructorio-ui-autocomplete/styles.css';
@@ -48,4 +50,12 @@ function YourComponent() {
4850
/>
4951
</div>
5052
);
51-
```
53+
```
54+
55+
## 🚀 Advanced Features
56+
57+
- [Terms With Group Suggestions](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs#terms-with-group-suggestions)
58+
- [Filtered Suggestions](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs#filtered-suggestions)
59+
- [Terms With Images And Counts](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs#terms-with-images-and-counts)
60+
61+
For more advanced use cases please check the [full documnetation](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs)

0 commit comments

Comments
 (0)