LinkToolDocs/node_modules/@algolia/autocomplete-core
2025-07-13 00:41:42 +08:00
..
dist Initial commit 2025-07-13 00:41:42 +08:00
package.json Initial commit 2025-07-13 00:41:42 +08:00
README.md Initial commit 2025-07-13 00:41:42 +08:00

@algolia/autocomplete-core

The autocomplete-core package is the foundation of Autocomplete. It exposes primitives to build an autocomplete experience.

You likely dont need to use this package directly unless youre building a renderer.

Installation

yarn add @algolia/autocomplete-core
# or
npm install @algolia/autocomplete-core

Documentation

See Documentation.