MCPcopy Create free account
hub / github.com/audulus/rui / text_editor_example

Function text_editor_example

examples/gallery.rs:32–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32fn text_editor_example() -> impl View {
33 hstack((
34 caption("text_editor"),
35 state(
36 || "edit me".to_string(),
37 |txt, _| text_editor(txt).padding(Auto),
38 ),
39 ))
40}
41
42fn main() {
43 vstack((

Callers 1

mainFunction · 0.85

Calls 5

hstackFunction · 0.85
captionFunction · 0.85
stateFunction · 0.85
text_editorFunction · 0.85
paddingMethod · 0.80

Tested by

no test coverage detected