npx shadcn-ui@latest add button
npx shadcn-ui@latest add 만 하면 여러 컴포넌트들 중에서 고를 수 있음.
여기에서 선택해도 됨.
shadcn/ui - 사용법은 여기에 다 있음.
import { Button } from "@/components/ui/button"
<Button variant="outline">Button</Button>