mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
25 lines
635 B
Markdown
25 lines
635 B
Markdown
# @nextui-org/autocomplete
|
|
|
|
An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.
|
|
|
|
Please refer to the [documentation](https://nextui.org/docs/components/autocomplete) for more information.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
yarn add @nextui-org/autocomplete
|
|
# or
|
|
npm i @nextui-org/autocomplete
|
|
```
|
|
|
|
## Contribution
|
|
|
|
Yes please! See the
|
|
[contributing guidelines](https://github.com/nextui-org/nextui/blob/master/CONTRIBUTING.md)
|
|
for details.
|
|
|
|
## Licence
|
|
|
|
This project is licensed under the terms of the
|
|
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE).
|