toggle menu
compose-html-material
js
switch theme
search in API
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdIconButton
Md
Icon
Button
@
Composable
fun
MdIconButton
(
disabled
:
Boolean
?
=
null
,
flipIconInRtl
:
Boolean
?
=
null
,
href
:
String
?
=
null
,
target
:
String
?
=
null
,
ariaLabelSelected
:
String
?
=
null
,
toggle
:
Boolean
?
=
null
,
selected
:
Boolean
?
=
null
,
type
:
String
?
=
null
,
value
:
String
?
=
null
,
attrs
:
Attrs
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdIconButtonScope
.
(
)
->
Unit
)
(
source
)