RemovableChip

fun RemovableChip(label: String, shape: Shape = RoundedCornerShape(10.dp), contentDescription: String, textColor: Color = Color.DarkGray, color: Color = MaterialTheme.colorScheme.surface, elevation: Dp = 0.dp, onRemove: () -> Unit)