CardBadges

fun CardBadges(badges: List<CardBadge>, elevation: Dp = 8.dp, modifier: Modifier = Modifier)

Renders a list of CardBadges as pill-shaped rectangles in the top-right corner.

Parameters

badges

the list of badges to render.

elevation

the elevation of the badges.

modifier

the modifier for the container.