UNPKG

@club-employes/utopia

Version:

🎨 Modern Vue 3 design system with multi-brand theming, design tokens, and 30+ components. Supports Club Employés & Gifteo brands with light/dark modes.

7 lines (6 loc) • 144 B
export interface SwitchProps { modelValue?: boolean; disabled?: boolean; size?: 'small' | 'medium' | 'large'; label?: string; }