1.1.0 • Published 2 months ago

@nosto/autocomplete v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 months ago

Nosto Autocomplete

Docs typedoc npm coverage semantic-release

The library is designed to simplify the implementation of Search Autocomplete functionality by providing:

      🌟 Autocomplete products, keywords and history visualization.       🔄 Automatic bindings to Nosto Search API.       🧩 Autocomplete component state management.       📊 Nosto Analytics out of the box, Google Analytics support.       🏗️ Default Autocomplete components and templates.       🎮 Keyboard navigation.

💾 Installation

You can install the Nosto Autocomplete library via npm:

npm install @nosto/autocomplete

The Nosto Autocomplete library can be imported and used in various ways, depending on your preferred framework or template language.

FrameworkImport Statement
Baseimport { autocomplete } from "@nosto/autocomplete"
Mustacheimport { autocomplete, fromMustacheTemplate, defaultMustacheTemplate } from "@nosto/autocomplete/mustache"
Liquidimport { autocomplete, fromLiquidTemplate, defaultLiquidTemplate } from "@nosto/autocomplete/liquid"
Preactimport { autocomplete, Autocomplete } from "@nosto/autocomplete/preact"
Reactimport { autocomplete, Autocomplete } from "@nosto/autocomplete/react"

Choose the import method that aligns with your project's requirements and technology stack.

❗Do not combine multiple imports as it will fetch multiple bundles.❗

📚 Documentation

Read Nosto Techdocs for more information on how to use the library.

Library TypeDoc page includes detailed library helpers documentation and examples.

1.1.0

2 months ago

1.0.1

5 months ago

1.0.0

5 months ago