CssStyleVariant

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Return the class name associated with the given CssStyleVariant.

Functions

Link copied to clipboard
fun <K : ComponentKind> CssStyleVariant<K>.extendedBy(extraModifier: Modifier = Modifier, init: CssStyleScope.() -> Unit): CssStyleVariant<K>
fun <K : ComponentKind> CssStyleVariant<K>.extendedBy(extraModifier: @Composable () -> Modifier, init: CssStyleScope.() -> Unit): CssStyleVariant<K>
Link copied to clipboard
fun <K : ComponentKind> CssStyleVariant<K>.extendedByBase(extraModifier: @Composable () -> Modifier, init: CssStyleBaseScope.() -> Modifier): CssStyleVariant<K>
Link copied to clipboard
infix fun then(next: CssStyleVariant<K>): CssStyleVariant<K>
Link copied to clipboard
Link copied to clipboard