You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could do that. We can have dependencies between add-ons. For example the start add-on depends on the shadcn add-on because (in the future) its demo pages will use shadcn components. The demo pages all assume tailwind will be there. So we could have the add-ons depend on tailwind and make tailwind an add-on.
Actually... let me think about this some more. What we could do is have something like this in the add-on's info.json.
Maybe I'm thinking about this all wrong. Perhaps add-ons should just add the capability and that's all. They wouldn't add any example code. And then in the example directory (there is one we just haven't enabled it yet). We will have all the examples that are available if you selected the right add-ons. For example, you could have some examples that work with one type of CSS and others that work with Tailwind.
Which project does this relate to?
Create Tanstack App
Describe the bug
I'm wondering if tailwind shouldn't get top billing, but instead be an add-on option?
Your Example Website or App
https://github.com/TanStack/create-tsrouter-app/
Steps to Reproduce the Bug or Issue
run the create-tsrouter-app without tailwind
Later want to add in tailwind
Expected behavior
Get an option in the addons list for tailwind
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: