className

open override fun className(value: String)

Adds a String of class names to the classes attribute of this Tag

Parameters

value

open override fun className(value: Flow<String>, initial: String)

Adds a Flow of class names to the classes attribute of this Tag

Parameters

value

Flow with String