redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-compose
/
app.cash.redwood.ui.basic.compose
Package-level
declarations
Functions
Functions
Button
Link copied to clipboard
@
Composable
fun
Button
(
text
:
String
?
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
?
=
null
,
modifier
:
Modifier
=
Modifier
)
Image
Link copied to clipboard
@
Composable
fun
Image
(
url
:
String
,
onClick
:
(
)
->
Unit
?
=
null
,
modifier
:
Modifier
=
Modifier
)
reuse
Link copied to clipboard
@
Stable
fun
Modifier
.
reuse
(
)
:
Modifier
Text
Link copied to clipboard
@
Composable
fun
Text
(
text
:
String
,
modifier
:
Modifier
=
Modifier
)
Text
Input
Link copied to clipboard
@
Composable
fun
TextInput
(
state
:
TextFieldState
=
TextFieldState()
,
hint
:
String
=
""
,
onChange
:
(
TextFieldState
)
->
Unit
?
=
null
,
modifier
:
Modifier
=
Modifier
)