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
/
MdOutlinedSegmentedButton
Md
Outlined
Segmented
Button
@
Composable
fun
MdOutlinedSegmentedButton
(
disabled
:
Boolean
?
=
null
,
selected
:
Boolean
?
=
null
,
label
:
String
?
=
null
,
noCheckmark
:
Boolean
?
=
null
,
hasIcon
:
Boolean
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdSegmentedButtonScope
.
(
)
->
Unit
?
=
null
)
(
source
)