FilterChip

@Composable
fun MDCChipsListboxScope.FilterChip(id: String, selected: Boolean, disabled: Boolean = false, withPrimaryGraphic: Boolean = false, withPrimaryIcon: Boolean = false, touch: Boolean = false, attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContent<MDCFilterChipScope>? = null)

JS API