I’m integrating tailwind, as for me, bootstrap is very limiting and not my preferred way of doing the front-end.
(Don’t forget to vote on: Tailwind CSS support)
There’s one other thing that would make it much easier: template partials.
I’d like to create a template partial like a button.
This partial would contain the HTML and CSS for the button. But I can change:
The button text
Possibly variants? (not sure how it works in other frameworks but say a full-width button)
Example code of vue here and the use case described:
If this is already possible, please let me know as I’d love to use this ASAP!
If you look at the Wappler road map, you will see re-usable components is on there as something the team will be building. According to your need and what I understand, that should be something that provides the solution you need. How it will be implemented and how easy you would be able to change properties for the component still needs to be seen.