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.

8 lines (7 loc) • 177 B
export interface SearchBoxProps { modelValue?: string; placeholder?: string; size?: 'small' | 'medium' | 'large'; clearable?: boolean; disabled?: boolean; }