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

Function caption

examples/gallery.rs:14–16  ·  view source on GitHub ↗
(s: &'static str)

Source from the content-addressed store, hash-verified

12}
13
14fn caption(s: &'static str) -> impl View {
15 s.font_size(12).padding(Auto)
16}
17
18fn knob_example() -> impl View {
19 hstack((

Callers 5

button_exampleFunction · 0.85
slider_exampleFunction · 0.85
knob_exampleFunction · 0.85
toggle_exampleFunction · 0.85
text_editor_exampleFunction · 0.85

Calls 2

paddingMethod · 0.80
font_sizeMethod · 0.80

Tested by

no test coverage detected