📘 The easiest way to add search to your documentation.
| .circleci | ||
| .github | ||
| cypress | ||
| scripts | ||
| .editorconfig | ||
| .env.sample | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .nvmrc | ||
| .percy.json | ||
| .prettierignore | ||
| .prettierrc | ||
| .stylelintrc.json | ||
| babel.config.js | ||
| bundlesize.config.json | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| cypress.json | ||
| global.d.ts | ||
| jest.config.js | ||
| lerna.json | ||
| LICENSE | ||
| netlify.toml | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| rollup.base.config.js | ||
| ship.config.js | ||
| tsconfig.declaration.json | ||
| tsconfig.json | ||
| yarn.lock | ||
Autocomplete
Suite of Autocomplete libraries to build fast and fully-featured autocomplete experiences.
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 |
|---|---|---|
autocomplete-core |
Core primitives to build an Autocomplete experience | Documentation |
autocomplete-js |
JavaScript package for Autocomplete | Documentation |
autocomplete-preset-algolia |
Presets to use Algolia features with Autocomplete | Documentation |
docsearch-js |
JavaScript package for DocSearch | Documentation |
docsearch-react |
React package for DocSearch | Documentation |
docsearch-css |
Styles for DocSearch | Documentation |