abstract fun addCssClass(css: String): Component
Adds given value to the set of CSS classes generated in html code of current component.
Return
current component
abstract fun addCssClass(css: Style): Component
Adds given style object to the set of CSS classes generated in html code of current component.
Return
current component