Badge

expect fun Badge(modifier: Modifier = Modifier, content: String)(source)

Deprecated

This component is not displayed correctly on JS DOM. It seems to be displayed with absolute position. See https://github.com/material-components/material-web/blob/516cbc02bf770b7c3c5c6b546f1e5d81939b9f23/labs/badge/internal/_badge.scss#L40 .

Material Design badge.

Note: This uses experimental Material Web labs components on the JS platform.

See also

androidx.compose.material3.Badge
actual fun Badge(modifier: Modifier, content: String)(source)
actual fun Badge(modifier: Modifier, content: String)(source)