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
/
MdTextButton
Md
Text
Button
@
Composable
fun
MdTextButton
(
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
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdButtonScope
.
(
)
->
Unit
?
)
(
source
)