@clairview/stores
v1.0.1
Published
Shared Pinia stores used in @clairview/app
Downloads
68
Readme
@clairview/stores
Shared Clairview Studio state for use in components, extensions, and the @clairview/app
routes. Stores are
Pinia-based stores.
Installation
pnpm add @clairview/stores
Usage
import { useAppStore } from '@clairview/stores';
const appStore = useAppStore();
License
This package is licensed under the MIT License. See the LICENSE file for more information.