YoutubeChip

fun YoutubeChip(modifier: Modifier = Modifier, selected: Boolean, text: String)

Author: @Jeluchu

This component is similar to the chips in the YouTube app

Parameters

modifier

modifier that will be used to change the color, size...

selected

status (selected or not)

text

text to be displayed inside the chip

Samples

YoutubeChipPreview