toggle menu
compose-html-material
js
switch theme
search in API
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdListScope
Md
List
Scope
class
MdListScope
(
val
elementScope
:
ElementScope
<
HTMLElement
>
)
(
source
)
Members
Constructors
Md
List
Scope
Link copied to clipboard
constructor
(
elementScope
:
ElementScope
<
HTMLElement
>
)
Properties
element
Scope
Link copied to clipboard
val
elementScope
:
ElementScope
<
HTMLElement
>
Functions
Md
List
Item
Link copied to clipboard
@
Composable
fun
MdListItem
(
disabled
:
Boolean
?
=
null
,
type
:
MdListItemType
?
=
null
,
href
:
String
?
=
null
,
target
:
String
?
=
null
,
attrs
:
Attrs
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdListItemScope
.
(
)
->
Unit
)