@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.
10 lines (9 loc) • 464 B
TypeScript
export { BalanceCard } from './BalanceCard';
export type { BalanceCardProps } from './BalanceCard';
export { BalanceCardGroup } from './BalanceCardGroup';
export type { BalanceCardData, BalanceCardGroupProps } from './BalanceCardGroup';
export { DataTable } from './DataTable';
export { Breadcrumbs } from './Breadcrumbs';
export { ProductCard } from './ProductCard';
export { FilterPrice } from './FilterPrice';
export { PageNavigation } from './PageNavigation';