Show HN: Flowbite – Tailwind CSS Components Library
1–10 of 60 posts
Re: Show HN: Flowbite – Tailwind CSS Components Library
#2I'm excited to see Tailwind and the "Atomic CSS" style gaining popularity. It's one of those things that looks repulsive and backwards at first, but works so well in real-world projects.
Re: Show HN: Flowbite – Tailwind CSS Components Library
#3Re: Show HN: Flowbite – Tailwind CSS Components Library
#4https://pbs.twimg.com/media/EjE1-LFXcAA-PPp?format=jpg&name=...
Doesn't look all that different from your own site: https://i.ibb.co/VWxZdhr/rado-bg.png
Re: Show HN: Flowbite – Tailwind CSS Components Library
#5Re: Show HN: Flowbite – Tailwind CSS Components Library
#6> Get started with an open-source set of UI components and elements built with Tailwind CSS
Doesn't it kind of defeat the purpose of Tailwind?
Re: Show HN: Flowbite – Tailwind CSS Components Library
#7> Get started with an open-source set of UI components and elements built with Tailwind CSS Doesn't it kind of defeat the purpose of Tailwind?
I don't think so. I mean, this is not hiding tailwind behind custom classes or React components or anything, these are literally examples of tailwind usage using tailwind features. So, less of a component library and more of a nice collection of tailwind examples. I think it's a nice way of build the basic structure of your site and then you can change whatever you need.
Re: Show HN: Flowbite – Tailwind CSS Components Library
#8> Get started with an open-source set of UI components and elements built with Tailwind CSS Doesn't it kind of defeat the purpose of Tailwind?
Tailwind is just a method in which to style components on a page. Replace "Tailwind CSS" with "StyledComponents" or "SASS" or "BEM".
Re: Show HN: Flowbite – Tailwind CSS Components Library
#9> Get started with an open-source set of UI components and elements built with Tailwind CSS Doesn't it kind of defeat the purpose of Tailwind?
Not really, in my opinion. I was happily surprised to see that this "component library" doesn't actually offer anything to download; it's not a library you can `npm i` to your website. It is basically a set of examples for how to recreate different design elements using Tailwind. It leaves it to you to decide what parts to use and what part to change or remove. Pretty neat.