> 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.md•Vuetify 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
> related_skills --same-repo
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.