> Vuetify 3 Components

Material Design component library for Vue 3 with data tables, forms, and theming.

fetch
$curl "https://skillshub.wtf/skillshub-team/catalog-batch5/vuetify3?format=md"
SKILL.mdVuetify 3 Components

Vuetify 3

Setup

npm install vuetify @mdi/font

Plugin

import { createVuetify } from 'vuetify';
import * as components from 'vuetify/components';
export default createVuetify({ components, theme: {
    themes: { light: { colors: { primary: '#1976D2' } } } } });

Key Components

  • v-app, v-app-bar, v-navigation-drawer — Layout
  • v-btn, v-text-field, v-select, v-checkbox — Forms
  • v-data-table — Sortable, filterable data tables
  • v-card, v-list, v-chip — Content display
  • v-dialog, v-snackbar — Overlays

┌ stats

installs/wk0
░░░░░░░░░░
first seenMar 18, 2026
└────────────

┌ tags

└────────────