- Implemented Skeleton component for loading states. - Created Slider component using Radix UI for customizable sliders. - Added Sonner component for toast notifications with theme support. - Developed Switch component for toggle functionality. - Introduced Table component with subcomponents for structured data display. - Built Tabs component for tabbed navigation. - Created Textarea component for multi-line text input. - Implemented ToggleGroup and Toggle components for grouped toggle buttons. - Added Tooltip component for displaying additional information on hover. - Created useIsMobile hook for mobile device detection. - Added utility functions for class name merging. - Configured TypeScript settings for the project.
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
} |