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