@affino/listbox-vue
v1.1.0
Published
Vue 3 composables for @affino/listbox-core
Maintainers
Readme
@affino/listbox-vue
Vue 3 composables for the @affino/listbox-core package, with store helpers from @affino/selection-vue.
Install
pnpm add @affino/listbox-vueUsage
import { createListboxStore, useListboxStore } from "@affino/listbox-vue"
const store = createListboxStore({
context: {
optionCount: 10,
},
})
const { state } = useListboxStore(store)