Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
@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)
Link copied to clipboard
@Composable
fun MDCChipsListbox(overflow: Boolean = false, multiselectable: Boolean = false, attrs: MDCAttrs<MDCChipsAttrsScope>? = null, content: MDCContent<MDCChipsListboxScope>? = null)