Skip to content

Commit

Permalink
feat(shadcn-ui): Setup shadcn-ui
Browse files Browse the repository at this point in the history
What I did:

Run following shadcn-ui init command.

```bash
$ npx shadcn@latest init
# style -> Default
# base color -> Stone
# use CSS variables -> yes
```

Ref:
    https://ui.shadcn.com/docs/installation/vite
  • Loading branch information
rnazmo committed Oct 21, 2024
1 parent bdb7f8d commit dbe05f4
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 119 deletions.
20 changes: 20 additions & 0 deletions 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": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "stone",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
Loading

0 comments on commit dbe05f4

Please sign in to comment.