Shadcn-ui variation without Tailwind #2832
Replies: 8 comments 11 replies
-
Yes, please. |
Beta Was this translation helpful? Give feedback.
-
Is there any? I'll make one if there's none. |
Beta Was this translation helpful? Give feedback.
-
I have begun a starter template using css modules and next.js. Its nothing fancy as shadcn has but personally I feel this could work quite well. https://github.com/qwalker8408/shadcn-css The big limiting factor is documentation wont be publicly available but I want to instead have a page (shadcn) that has all the components, its basically the same as the section of all the preview tabs on shadcn's website for each component, and the developer can just copy and paste that section from the code into a page they're creating. I appreciate any ones thoughts on this and hopefully some help. I'm finishing up on making sure the page that houses all the components is as smooth as butter. Alot of extra styling is applied apart from the components itself, not to mention animation. for the love of css :) |
Beta Was this translation helpful? Give feedback.
-
Or I think it would be nice too if using |
Beta Was this translation helpful? Give feedback.
-
shadcn with css modules is a must ! |
Beta Was this translation helpful? Give feedback.
-
Second you! Shadcn's components are cool. |
Beta Was this translation helpful? Give feedback.
-
Am willing to contribute to start this going! |
Beta Was this translation helpful? Give feedback.
-
I was just playing around with a way to abstract out all the styling information and came up with a proposal that would also allow defining a style that could use css modules instead of tailwind. Might be crazy, but it's in this discussion if you want to take a look. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I've been exploring the shadcn-ui package and I must say, it's quite promising. However, I have a query regarding its dependency on Tailwind CSS. Is there any plan in the pipeline to release a version of shadcn-ui that doesn't rely on Tailwind? Alternatively, will it remain exclusively Tailwind-centric in its design approach?
From a personal perspective, I find Tailwind CSS a bit restrictive, and I prefer the flexibility of customizing components with regular CSS, akin to the approach taken by Ant Design. Moreover, in organizational settings, heavy reliance on Tailwind can sometimes lead to cluttered codebases, making components harder to comprehend, read, and maintain.
I believe offering an option to utilize regular CSS for customization alongside or instead of Tailwind would greatly enhance the appeal and versatility of shadcn-ui, catering to a broader range of preferences and use cases.
Looking forward to hearing your thoughts on this matter.
Beta Was this translation helpful? Give feedback.
All reactions