29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# Autocomplete
|
|
|
|
Suite of Autocomplete libraries to build fast and fully-featured autocomplete experiences.
|
|
|
|
---
|
|
|
|
[](https://www.npmjs.com/package/autocomplete.js) [](https://www.jsdelivr.com/package/npm/autocomplete.js) [](LICENSE)
|
|
|
|
## Why
|
|
|
|
You should be using Autocomplete if you want to:
|
|
|
|
- Display suggestions as you type
|
|
- Support input completion
|
|
- Support custom templates for UI flexibility
|
|
- Create custom interactions and behaviors based on your sources
|
|
- Plug the Algolia realtime search engine
|
|
|
|
## Packages
|
|
|
|
| Package | Description | Documentation |
|
|
| --- | --- | --- |
|
|
| [`docsearch-js`](packages/docsearch-js) | JavaScript package for DocSearch | [Documentation](https://autocomplete-experimental.netlify.app/docs/docsearch-js) |
|
|
| [`docsearch-react`](packages/docsearch-react) | React package for DocSearch | [Documentation](https://autocomplete-experimental.netlify.app/docs/DocSearch) |
|
|
| [`docsearch-css`](packages/docsearch-css) | Styles for DocSearch | [Documentation](https://autocomplete-experimental.netlify.app/docs/docsearch-css) |
|
|
|
|
## License
|
|
|
|
[MIT](LICENSE)
|