@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) • 357 B
TypeScript
export interface TooltipProps {
placement?: 'top' | 'bottom' | 'left' | 'right' | 'auto' | 'top_left' | 'top_right' | 'top_center' | 'bottom_left' | 'bottom_right' | 'bottom_center';
openDelay?: number;
closeDelay?: number;
offset?: number;
withArrow?: boolean;
active?: boolean;
disabled?: boolean;
interactive?: boolean;
}