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.

19 lines (18 loc) • 943 B
export { BottomSheet } from './BottomSheet'; export type { BottomSheetChangeReason, BottomSheetProps } from './BottomSheet/types'; export { DropDown } from './DropDown'; export { FeedbackState } from './FeedbackState'; export type { ErrorStateProps, FeedbackStateProps } from './FeedbackState/types'; export { FilterChip } from './FilterChip'; export type { FilterChipProps } from './FilterChip/types'; export { InputCode } from './InputCode'; export type { InputCodeProps } from './InputCode'; export { Modal } from './Modal'; export type { ModalChangeReason, ModalProps } from './Modal/types'; export { PriceTag } from './PriceTag'; export { SearchBox } from './SearchBox'; export { Slider } from './Slider'; export type { SlideType, SliderProps } from './Slider'; export { Tooltip } from './Tooltip'; export { DropFilter } from './DropFilter'; export { FilterSelect, type FilterSelectOption, type FilterSelectProps } from './FilterSelect';