Skip to content

Commit

Permalink
Tremor -> Shadcn (#2983)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pablodanswer authored Nov 1, 2024
1 parent 7723132 commit 645402c
Show file tree
Hide file tree
Showing 170 changed files with 4,601 additions and 1,401 deletions.
20 changes: 20 additions & 0 deletions web/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
Loading

0 comments on commit 645402c

Please sign in to comment.