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.

9 lines (8 loc) • 194 B
export interface RangeSliderProps { min?: number; max: number; currentValue: number | [number, number]; showLabels?: boolean; unit?: string; size?: 'medium' | 'large'; }