Skip to content

Commit

Permalink
Merge pull request #73 from HandTris/72
Browse files Browse the repository at this point in the history
[🪽 FEAT] 방생성 관련 모달 , 로직 구현 / [🎨 UI/UX] shadcn/ui 적용

#72
  • Loading branch information
bishoe01 authored Jul 4, 2024
2 parents 916d09b + 1a8af27 commit 584f5fc
Show file tree
Hide file tree
Showing 15 changed files with 1,397 additions and 363 deletions.
17 changes: 17 additions & 0 deletions handtris/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": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 584f5fc

Please sign in to comment.