Chip

@Composable
fun Chip(bgColor: Color, toolTipContent: @Composable () -> Unit? = null, chipContent: @Composable () -> Unit)