Replies: 5 comments 4 replies
-
There's a significant enough chunk of websites that use the package that use Bootstrap. v4 will probably be Bootstrap-5 and Tailwind only. It used (a while back) to be separate blades all over the place, but maintaining it all was just not realistic, thus the merging, and use of conditional classes. There's a few upcoming changes for custom classes in more places. Which bits are you not able to customise within the existing methods available that'd be useful? I typically recommend against customising the views as much as possible, as things do change to break-fix, performance tweak, or introduce new features, although the number of changes per week has reduced a bit! |
Beta Was this translation helpful? Give feedback.
-
Please at least keep Bootstrap 5. Taiwind is horrible. |
Beta Was this translation helpful? Give feedback.
-
For 'serious users'? That couldn't sound more arrogant if you tried. Sure Bootstrap may be old now, but Tailwind is not an improvement. Personally, I rarely use Bootstrap, but I would rather pick apart and re-style a supplied Bootstrap template than a Tailwind one. Anyway, choice is good, so thanks Joe for keeping Boostrap option for us non-elite and non-progressive developers 😁 |
Beta Was this translation helpful? Give feedback.
-
I use Bootstrap for some clients as they prefer. |
Beta Was this translation helpful? Give feedback.
-
I am currently learning and I do not have any knowledge of tailwind. I am very weak in designing, so I rely only on ready-made bootstrap admin panels. |
Beta Was this translation helpful? Give feedback.
-
Have you considered only supporting Tailwind? Supporting Bootstrap seems to really bloat all of the templates files substantially and most people by now who use Livewire tend to use the TALL stack (T=Tailwind). So I'm very curious if anyone using this package even uses Bootstrap to warrant the time to maintain it.
I've personally removed all of the
isBootstrap()
code as it's really excessive when trying to customize the package, though I do recognize there is the ways to override the default classes in some cases it isn't enough.Beta Was this translation helpful? Give feedback.
All reactions