Hello All,
I’m also facing the same challenge of finding suitable classes for my widgets. Could anyone please help with this? Really appreciate your help.
Thanks,
Sanu
this is a bit of a catch 22.
often times I am asked “can I have a document with all the classes and what they do”…
seems like a fair request, right.
well, the problem is the compiled CSS is exactly this.
its too much.
Mendix's solution to this is design properties (which have their own issues)
another solution is how we approach this with Maui9, there are only about 20 classes to learn, and that should help you style 95% of your pages.
it all comes down to process.
Someone should own your design system, and know what classes to add where, if this is not the case, each dev will find a pragmatic solution, but eventually cause technical debt.
not sure this helps :D
We are currently working with LowCode Academy to create guides around this subject.