toggle menu
flatInvoker
common
switch theme
search in API
reaktor-ui
/
dev.shibasis.reaktor.ui
/
DesignSystem
/
InputText
Input
Text
@
Composable
open
fun
InputText
(
modifier
:
Modifier
,
value
:
String
,
onValueChange
:
(
String
)
->
Unit
,
label
:
@
Composable
(
)
->
Unit
,
placeholder
:
String
)