2 pointsby zeroskillz4 hours ago1 comment
  • zeroskillz4 hours ago
    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.