-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* .nvmrc ๋ฒ์ ์์ * ํฐํธ ๋ฐ ๊ณต์ฉ์ปฌ๋ฌ ์ถ๊ฐ (#6) * font-family ์ถ๊ฐ * tailwind common color ์ถ๊ฐ * color ๋ช ๋ณ๊ฒฝ * lang ์์ --------- Co-authored-by: ์ ์ ๋ฏผ <[email protected]> * ๐ ๊ณต์ฉ ์ปดํฌ๋ํธ shadcn ui ์ถ๊ฐ (#7) * ๐ Feat: shadcn-ui init * ๐ Feat: add toast ui * Feat: add textarea ui * Feat: add switch ui * Feat: add radio-group ui * Feat: add label ui * Feat: add input ui * Feat: add form ui * Feat: add button ui * Feat: add dropdown-menu ui * Feat: add card ui * Feat: add badge ui * Feat: add avatar ui * Feat: add alert dialog ui * Chore: add eslint rules * Chore: add shadcn ui * โจFeat: SearchBar UI ์ด์ ์์ฑ * styles: tailwind css ํฐํธ ์ฌ์ด์ฆ ์ถ๊ฐ * feat: RecentSearches UI ์ด์ ์์ฑ * ๏ฟฝstyles: SearchResults UI ์์ * ๏ฟฝstyles: RecentSearches UI ์์ * โจstyles: ๋ฐ์ํ UI ์ถ๊ฐ * FE-33 fix: build ์ค๋ฅ ์์ ์ค * FE-33 fix: build ์ค๋ฅ ํด๊ฒฐ ์ค * FE-33 fix: build ์ค๋ฅ ํด๊ฒฐ ์ค * FE-33 fix: build ์ค๋ฅ ํด๊ฒฐ ์ค * fix: build ์ค๋ฅ ํด๊ฒฐ ์ค --------- Co-authored-by: ์ ์ ๋ฏผ <[email protected]> Co-authored-by: JeonYumin94 <[email protected]> Co-authored-by: MOON <[email protected]>
- Loading branch information
1 parent
37538f7
commit 1c6f372
Showing
38 changed files
with
2,489 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v20.14.0 | ||
v20.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,5 +64,8 @@ | |
} | ||
] | ||
} | ||
} | ||
}, | ||
"cSpell.words": [ | ||
"clsx" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "default", | ||
"rsc": false, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.ts", | ||
"css": "src/styles/globals.css", | ||
"baseColor": "slate", | ||
"cssVariables": true, | ||
"prefix": "" | ||
}, | ||
"aliases": { | ||
"components": "@/components", | ||
"utils": "@/lib/utils" | ||
} | ||
} |
Oops, something went wrong.