Skip to content

Commit

Permalink
feat: add Shadcn UI components and typography
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGabreuw committed Aug 2, 2024
1 parent 45c3a19 commit 4ce8a94
Show file tree
Hide file tree
Showing 36 changed files with 2,104 additions and 304 deletions.
17 changes: 17 additions & 0 deletions finances-web/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.ts",
"css": "src/app/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 4ce8a94

Please sign in to comment.