What problem does it solve?
This Skill prevents slow, error-prone work when building or migrating Vue UIs by translating Vuetify 2 patterns into correct Vuetify 3 component APIs, props, events, and slots.
Core Features & Use Cases
- Vuetify 3-focused guidance: Provides component selection help plus the correct Vuetify 3 props and usage rules for common UI building blocks.
- Migration support (V2 → V3): Maps breaking changes such as value/model-value, input/update events, activator-slot syntax, icon usage, and renamed/removed components.
- Practical patterns and templates: Covers frequent UI needs like dialogs, menus, data tables (client/server patterns), forms with validation, theming, icons, layout grids, and accessibility.
- Baseweb interoperability: Aligns with Baseweb responsibilities by handling Vuetify-specific UI composition while Baseweb handles project structure and state integration.
Quick Start
Use the vuetify-v3 skill to create a responsive Vuetify 3 data table with a search bar, row action buttons, and correct v-slot syntax.