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.

10 lines (9 loc) • 257 B
export interface ButtonProps { variant?: 'primary' | 'secondary' | 'tertiary'; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; disabled?: boolean; loading?: boolean; icon?: string; iconPosition?: 'left' | 'right'; ariaLabel?: string; }