shadcn/ui
Learn how to use shadcn/ui in a Turborepo.
shadcn/ui is an open-source set of beautifully designed components made with Tailwind CSS that you can copy and paste into your apps.
To get started with shadcn/ui in a new monorepo, run:
pnpm dlx shadcn@canary initnpx shadcn@canary initnpx shadcn@canary initbunx shadcn@canary initWhen prompted, select the option for monorepos.
To add a component, run:
pnpm dlx shadcn@canary add [COMPONENT]npx shadcn@canary add [COMPONENT]npx shadcn@canary add [COMPONENT]bunx shadcn@canary add [COMPONENT]More information
To learn more about using shadcn/ui in Turborepo, visit the docs for shadcn/ui.