Package Exports
- @ariakit/store
- @ariakit/store/package.json
Readme
@ariakit/store
Important: This package is experimental and does not follow semantic versioning, meaning breaking changes may occur in patch and minor versions.
Framework-agnostic store primitives used by Ariakit packages.
npm i @ariakit/storeImport store helpers from the package root:
import { createStore } from "@ariakit/store";This package is ESM-only and exposes a single public entrypoint.