Live data from Hacker News

Vuetify0: Headless composables and components for Vue (alpha)

link.vuetifyjs.com

1–2 of 2 posts

Re: Vuetify0: Headless composables and components for Vue (alpha)

#2
Creator here. We've maintained Vuetify for 10+ years (41k+ GitHub stars, 700k+ weekly downloads). Vuetify0 is the headless layer underneath — every Vuetify component is becoming a styled wrapper around a v0 composable.

The alpha ships 46 components and 63 composables. No styles, no opinions on CSS — just behavior, accessibility, and state management. Compound component API, TypeScript throughout, Vue Vapor compatible.

The link walks through building a complete UI library from scratch using v0 as the foundation.

GitHub: https://github.com/vuetifyjs/0 Docs: https://0.vuetifyjs.com/

Happy to answer anything.