Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
fn 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
42
fn main() {
43
vstack((
Callers
1
main
Function · 0.85
Calls
5
hstack
Function · 0.85
caption
Function · 0.85
state
Function · 0.85
text_editor
Function · 0.85
padding
Method · 0.80
Tested by
no test coverage detected