Review
Bootstrap and Tailwind are different tools with different uses and for different occasions, and not mutually exclusive.
Bootstrap is a set of components made with CSS.
Tailwind is a compiler to extract individual CSS styles to its own class name.
And so, you could recreate each component from Boostrap with Tailwind, since Tailwind is just a tool to write CSS in a less verbose way.
If you don't want to design but rather edit what others have done to quickly scaffold a site, use Boostrap.
If you want to write less CSS and already use a template engine that doesn't need CSS' modular nature, use Tailwind.
If you don't want to design and at the same time use Tailwind, check a component library built on Tailwind such as daisyUI
0 views0
Comments