shadcn install with T3 stack
Following the command on their site (https://ui.shadcn.com/docs/installation/next)
pnpm dlx shadcn-ui@latest init
install removes options that create t3 app does (for example changes to tailwind.config.ts
). How do you guys properly integrate shadcn into your t3app?Next.js
Install and configure Next.js.
Solution:Jump to solution
create-t3-app integrates with shadcn in a turbo monorepo setup: https://github.com/t3-oss/create-t3-app
The monorepo setup won't be necessary for you, but you should be able to pattern match off how the ui package is setup there I would think....
GitHub
GitHub - t3-oss/create-t3-app: The best way to start a full-stack, ...
The best way to start a full-stack, typesafe Next.js app - GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app
1 Reply
Solution
create-t3-app integrates with shadcn in a turbo monorepo setup: https://github.com/t3-oss/create-t3-app
The monorepo setup won't be necessary for you, but you should be able to pattern match off how the ui package is setup there I would think.
GitHub
GitHub - t3-oss/create-t3-app: The best way to start a full-stack, ...
The best way to start a full-stack, typesafe Next.js app - GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app