
โ Shadcn/ui๋?
๋ณต๋ถํด์ ๋ด ํ๋ก์ ํธ ์์ผ๋ก ๊ฐ์ ธ์ค๋ UI ์ปดํฌ๋ํธ ๋ชจ์ + ์์คํ
๋ค๋ฅธ ui ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ฒ๋ผ ์ค์นํ๋ ๊ฒ์ด ์๋๋ผ CLI๋ก ํ์ํ ์ปดํฌ๋ํธ๋ฅผ ์ถ๊ฐํ๋ค.
npx shadcn@latest init
https://ui.shadcn.com/docs/installation


์ค์ ์ผ๋ก๋ ์ผ๋จ ๊ธฐ๋ณธ๊ฐ์ ์ ํ.
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-nova",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/app.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"rtl": false,
"aliases": {
"components": "~/common/components",
"utils": "~/lib/utils",
"ui": "~/common/components/ui",
"lib": "~/lib",
"hooks": "~/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}
์ค์ ์ ๋ง์น๋ฉด ์์ฑ๋๋ components.json ํ์ผ์ shadcn์์ ๋ค์ด๋ก๋ํ component๋ฅผ ์ด๋์ ๋ฃ์์ง ๋ฑ์ ์ค์ ํ๋ ํ์ผ์ด๋ค.
โ ์ฌ์ฉ๋ฒ
https://ui.shadcn.com/docs/components/radix/button
'๐ ๋ผ์ด๋ธ๋ฌ๋ฆฌ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - Luxon (0) | 2026.05.04 |
|---|---|
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - Lucide React (0) | 2026.04.29 |
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - Jupyter (0) | 2026.04.17 |
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - plotly(python) (0) | 2026.04.17 |
| ๋ผ์ด๋ธ๋ฌ๋ฆฌ - pandas(python) (0) | 2026.04.17 |