TagHighlight

fun TagHighlight(modifier: Modifier = Modifier)(source)

The Highlight tag is integrated into a card. It highlights new content and is placed at the top of the card so that users see it first. This component usages should remain exceptional and it is important to prioritize the elements highlighted in order to avoid visual overload.

Ensure that this component is being used with a End of life Remote Config so that it doesn't remain in production indefinitely.

Parameters

modifier

Optional modifier for the badge container

See also