Add improved production UI

This commit is contained in:
Urtzi Alfaro
2025-09-23 12:49:35 +02:00
parent 8d54202e91
commit 4ae8e14e55
35 changed files with 6848 additions and 415 deletions

View File

@@ -1,2 +1,8 @@
export { default as Tabs } from './Tabs';
export type { TabsProps, TabItem } from './Tabs';
export { default as Tabs, TabsList, TabsTrigger, TabsContent } from './Tabs';
export type {
TabsProps,
TabItem,
TabsListProps,
TabsTriggerProps,
TabsContentProps
} from './Tabs';