toggle menu
compose-html-material
js
switch theme
search in API
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdFilledButton
Md
Filled
Button
@
Composable
fun
MdFilledButton
(
disabled
:
Boolean
?
=
null
,
href
:
String
?
=
null
,
target
:
String
?
=
null
,
trailingIcon
:
Boolean
?
=
null
,
hasIcon
:
Boolean
?
=
null
,
type
:
String
?
=
null
,
value
:
String
?
=
null
,
name
:
String
?
=
null
,
form
:
String
?
=
null
,
attrs
:
Attrs
<
HTMLElement
>
?
,
content
:
@
Composable
MdButtonScope
.
(
)
->
Unit
?
)
(
source
)