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
/
MdSecondaryTab
Md
Secondary
Tab
@
Composable
fun
MdSecondaryTab
(
isTab
:
Boolean
?
=
null
,
active
:
Boolean
?
=
null
,
hasIcon
:
Boolean
?
=
null
,
iconOnly
:
Boolean
?
=
null
,
selected
:
Boolean
?
=
null
,
id
:
String
?
=
null
,
ariaControls
:
String
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdTabScope
.
(
)
->
Unit
?
=
null
)
(
source
)