|
|
|
|
|
by evancaine
1402 days ago
|
|
I know tailwind is the star these days, but as a back-end dev, nothing comes close to bootstrap in terms of productivity and aesthetics. I've used tailwind and I like it - I've even paid for tailwind UI - but for crud apps that don't require a lot of custom styling, bootstrap is still my default. Anyone else still using and enjoying bootstrap for new projects? |
|
Tailwind is neat but the lack of component class names means you have to roll your own or embed very specific style classes like shadows, borders, etc in to every component.