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.

11 lines (10 loc) • 281 B
export interface LoaderProps { /** Taille du loader */ size?: 'xs' | 'sm' | 'md' | 'lg'; /** Variante de couleur */ variant?: 'primary' | 'neutral'; /** Type d'animation */ animation?: 'spin' | 'fill'; /** État désactivé */ disabled?: boolean; }