toggle menu
compose-html-material
js
switch theme
search in API
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdNavigationTab
Md
Navigation
Tab
@
Composable
fun
MdNavigationTab
(
disabled
:
Boolean
?
=
null
,
active
:
Boolean
?
=
null
,
hideInactiveLabel
:
Boolean
?
=
null
,
label
:
String
?
=
null
,
badgeValue
:
String
?
=
null
,
showBadge
:
Boolean
?
=
null
,
attrs
:
Attrs
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdNavigationTabScope
.
(
)
->
Unit
?
)
(
source
)