Isn't making a component library antithetical to the way Tailwind is meant to be used?
Not in the slightest, tailwind even have their own UI library. Theirs is unstyled but there's nothing wrong with creating one with default styles.
Konsta UI – Mobile UI Components Built with TailwindCSS
241–243 of 243 posts
Re: Konsta UI – Mobile UI Components Built with TailwindCSS
#242Earlier quoted context omitted.
Also check https://daisyui.com/ Which looks great, rather than trying to look like material or ios
After taking a quick look at their documentation page, I noticed that some of the buttons, especially the default secondary and a few of the outline buttons, seem to have a low contrast ratio when viewed in default light mode: https://daisyui.com/components/button/ Hopefully, developers won't use these components as is. Although I'm not very familiar with Tailwind and its component library ecosystem, I found the DIY…
Re: Konsta UI – Mobile UI Components Built with TailwindCSS
#243That’s awesome, I might use it soon! One small regret: I wish the library was structured like https://ui.shadcn.com/ , which I love because it allows to copy paste the source code of each component and customize it further in your app, rather than importing a rigid pre made component into your app