Use CSS classes for property inheritance
mainWhile you can set properties directly on nodes, PluginGuiMagic supports a CSS-like class system for efficient styling. Properties are looked up by traversing the DOM.
- Class Assignment: Every Component or View can be assigned a list of CSS classes.
- Inheritance Control: CSS classes include a switch that determines whether the properties defined in the class should be inherited by the children or applied only to the element referencing the class.