@vuecs/list
v1.0.4
Published
Compound list components for vuecs (List / Header / Body / Item / ItemText / ItemActions / Footer / Loading / Empty) plus the defineList() factory + useList() injector. Successor to @vuecs/list-controls — clean break, compound API.
Readme
@vuecs/list
Compound list components for Vue 3: a stateful root (<VCList>) plus four part components — <VCListBody>, <VCListItem>, <VCListEmpty>, <VCListLoading> — that read from it. Header / footer / item-text / item-actions chrome is consumer markup driven by slot-prop class strings exposed on the root and item defaults. Ships a defineList() factory (Pinia-style external state) plus useList() / useListItem() injectors and built-in v-model:selection (single / multi, ARIA listbox). Successor to @vuecs/list-controls — clean break, compound API.
Full documentation: vuecs.dev/components/list
npm install @vuecs/listLicense
Made with 💚
Published under Apache 2.0 License.
