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
/
MdMenuItem
Md
Menu
Item
@
Composable
fun
MdMenuItem
(
disabled
:
Boolean
?
=
null
,
type
:
MenuItemType
?
=
null
,
href
:
String
?
=
null
,
target
:
String
?
=
null
,
keepOpen
:
Boolean
?
=
null
,
selected
:
Boolean
?
=
null
,
typeaheadText
:
String
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdMenuItemScope
.
(
)
->
Unit
?
=
null
)
(
source
)