Components
Textbox
Inputs collect data from the user.
TextBoxL( placeholder = "What's your name?", value = Val(""), onChange = Observer.empty)()Inputs collect data from the user.
TextBoxL( placeholder = "What's your name?", value = Val(""), onChange = Observer.empty)()TextBoxL(
placeholder = "What's your name?",
value = Val(""),
onChange = Observer.empty
)()