InputChip

@Composable
fun MDCChipsGridScope.InputChip(id: String, disabled: Boolean = false, withPrimaryGraphic: Boolean = false, withPrimaryIcon: Boolean = false, touch: Boolean = false, withTrailingAction: Boolean = false, navigableTrailingAction: Boolean = true, attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContent<MDCInputChipScope>? = null)

JS API