Comments & Discussion
how set rtl in shadcn ?
Hi, we don't work with RTL. But from what I googled, this should work:
https://www.radix-ui.com/primitives/docs/utilities/direction-provider (taken from here: https://github.com/shadcn-ui/ui/issues/2736)
Hi@all, just a question : I Have a retirement Projekt with bootstrap. Is it a big deal to go and change it to Tailwind ? Just from Laravel 12 its part of the installation and bootstrap need to be seperate. I think the usability is nearly the same ? Or are there big points not to use Tailwind instead of bootstrap ?
And thanks for the great course, thats why i'm here :-)
Hey,
Changing from bootstrap to tailwind isn't simple. It requires you to re-work all of the design you have. It's not a one to one replacement, so there's a bunch of manual work.
Can it be done? Yes. Is it simple? Maybe. Depends on how complex your application is (and how big it is). Will it require manual work? Yes!
Great course! Thanks so much, this was a wonderful overview. As back-end I get the basics of Tailwind CSS right but when it comes to things like Flexbox and negative insets and so on I really struggle. Ps. have you seen this cool tool by Marcel? https://knightsoftheflexboxtable.com/
Wow, haven't seen that cool game :) Well yeah, flexbox is pretty hard, a lot of practice and experiments needed to get it right, unfortunately no quick shortcut here.