Skip to content

Commit 645402c

Browse files
authored
Tremor -> Shadcn (#2983)
* initialization * button + input updates * migrate dividers + buttons * migrate badges * minor updates * migrate cards * fix compiling * begin date picker + badge transfer * remove tremor * fully swapped * nits * list item + configuration updates * clean build * update colors * nits
1 parent 7723132 commit 645402c

File tree

170 files changed

+4601
-1401
lines changed

Some content is hidden

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

170 files changed

+4601
-1401
lines changed

web/components.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "default",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/app/globals.css",
9+
"baseColor": "neutral",
10+
"cssVariables": false,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
}
20+
}

0 commit comments

Comments
 (0)