Skip to content

Commit

Permalink
Upgraded UI to use shadcn
Browse files Browse the repository at this point in the history
Javan-Odhiambo committed May 3, 2024
1 parent 1852f16 commit f742e29
Showing 26 changed files with 2,593 additions and 528 deletions.
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/styles/css/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit f742e29

Please sign in to comment.