t3-oss / create-t3-app

The best way to start a full-stack, typesafe Next.js app
https://create.t3.gg
MIT License
25.45k stars 1.17k forks source link

Add Options for Tailwind Plugins #36

Closed Dax911 closed 2 years ago

Dax911 commented 2 years ago

I love tailwind but I am not a fan of full react component style libraries. Tailwind plugins are the perfect middle ground. (DaisyUI etc)

juliusmarminge commented 2 years ago

This is a very trivial thing to setup, just npm install daisyui and require(daisyui) under tailwind plugins. The aim of this CLI is to setup annoying boilerplate and I don't think this would qualify as that.

nexxeln commented 2 years ago

Agree with @juliusmarminge here.