web-ui-vuetify

Installation
SKILL.md

Vuetify Patterns

Quick Guide: Vuetify ships eighty-odd pre-styled Vue 3 components implementing Material Design, configured through a single createVuetify() call. The thing to learn first is that it has three customisation layers — theme, defaults and SASS — and they are not interchangeable. Customisation goes through whichever layer owns the property; reaching for CSS overrides usually means the wrong layer was chosen. Vuetify is template-driven throughout — named slots replace internal markup, so a wrapper div is rarely the answer. Current major: v3.x, with useRules for validation and v-defaults-provider for scoped prop cascading.

Detailed Resources:


Installs
28
GitHub Stars
24
First Seen
Apr 7, 2026
web-ui-vuetify — agents-inc/skills