Skip to content

Commit a677f8e

Browse files
committedDec 23, 2024
shadcn-begin
1 parent 04431ae commit a677f8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3352
-6197
lines changed
 

‎bun.lockb

219 KB
Binary file not shown.

‎components.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"$schema": "https://ui.shadcn.com/schema.json",
3-
"style": "new-york",
3+
"style": "default",
44
"rsc": false,
55
"tsx": true,
66
"tailwind": {
77
"config": "tailwind.config.js",
88
"css": "src/index.css",
9-
"baseColor": "slate",
10-
"cssVariables": true
9+
"baseColor": "gray",
10+
"cssVariables": true,
11+
"prefix": ""
1112
},
1213
"aliases": {
1314
"components": "@/components",
14-
"utils": "@/lib/utils"
15-
}
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
1621
}

0 commit comments

Comments
 (0)
Please sign in to comment.