compose-html-material
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
compose-html-material
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdFilterChip
Md
Filter
Chip
@
Composable
fun
MdFilterChip
(
elevated
:
Boolean
?
=
null
,
removable
:
Boolean
?
=
null
,
selected
:
Boolean
?
=
null
,
hasSelectedIcon
:
Boolean
?
=
null
,
disabled
:
Boolean
?
=
null
,
softDisabled
:
Boolean
?
=
null
,
alwaysFocusable
:
Boolean
?
=
null
,
label
:
String
?
=
null
,
hasIcon
:
Boolean
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdChipScope
.
(
)
->
Unit
?
=
null
)
(
source
)