Hacker News new | ask | show | jobs
Vuetify0: Headless composables and components for Vue (alpha) (link.vuetifyjs.com)
2 points by zeroskillz 77 days ago
1 comments

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.