storybook and shadcn integrate

This commit is contained in:
sindhu
2023-11-07 09:34:30 +07:00
parent 0a713f08d9
commit afa3c02d99
67 changed files with 24766 additions and 12029 deletions

View File

@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/global.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}