className
Adds a String of class names to the classes attribute of this Tag
Parameters
value
as String
Adds a Flow of class names to the classes attribute of this Tag
Parameters
value
Flow with String
Uses a Flow of T to create some class names by a transform lambda expression and add them to the classes attribute of the Tag.
In order to set some classes immediately, you must provide an initial T which is used to create the initial classes value with the transform lambda.
Use this function to avoid flickering effects on reactively based styling!