
Some checks failed
GBCI / build (push) Failing after 2m23s
- Implemented Drawer component for modal-like functionality. - Added InputOTP component for handling one-time password inputs. - Created Pagination component for navigating through paginated content. - Developed Sidebar component with collapsible and mobile-friendly features. - Integrated Sonner for toast notifications with theme support. - Introduced ToggleGroup for grouping toggle buttons with context support. - Added useIsMobile hook to determine mobile view based on screen width.
21 lines
No EOL
446 B
JSON
21 lines
No EOL
446 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.cjs",
|
|
"css": "app/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
} |