Skip to content

Commit

Permalink
Replaced components to shadcn UI
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychoSanchez committed Nov 9, 2024
1 parent b3d0826 commit 5e8d680
Show file tree
Hide file tree
Showing 34 changed files with 1,245 additions and 379 deletions.
19 changes: 19 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/tailwind.css",
"baseColor": "zinc",
"cssVariables": true
},
"rsc": false,
"tsx": true,
"aliases": {
"utils": "@shared/utils",
"components": "@shared/components",
"hooks": "@shared/hooks",
"lib": "@shared/libs",
"ui": "@shared/ui"
}
}
Loading

0 comments on commit 5e8d680

Please sign in to comment.