kobweb
0.24.0
      Target filter
Search in API
Skip to content
    kobweb
kobweb-compose/com.varabyte.kobweb.compose.ui.modifiers/borderRadius

borderRadius

fun Modifier.borderRadius(r: CSSLengthOrPercentageNumericValue): Modifier(source)
fun Modifier.borderRadius(topLeftAndBottomRight: CSSLengthOrPercentageNumericValue = 0.px, topRightAndBottomLeft: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.borderRadius(topLeft: CSSLengthOrPercentageNumericValue = 0.px, topRightAndBottomLeft: CSSLengthOrPercentageNumericValue = 0.px, bottomRight: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.borderRadius(topLeft: CSSLengthOrPercentageNumericValue = 0.px, topRight: CSSLengthOrPercentageNumericValue = 0.px, bottomRight: CSSLengthOrPercentageNumericValue = 0.px, bottomLeft: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.borderRadius(scope: BorderRadiusScope.() -> Unit): Modifier(source)
Generated by Dokka
© 2026 Copyright