-
Notifications
You must be signed in to change notification settings - Fork 9
Component Text
MeowLynxSea edited this page Jun 18, 2026
·
4 revisions
A bare text run. Use Label when you need muted / strong / truncate semantics.
use yororen_ui::headless::text::text;
text("caption", "Last updated 2 minutes ago", cx)
.size(px(14.))
.render(cx)| Method | Purpose |
|---|---|
size(px) |
Render size in pixels. |
Text is set at construction. .render(cx) returns Stateful<Div>.
Yororen UI v0.3.0 · repository · Apache-2.0 · This wiki documents Yororen UI v0.3.0.
This wiki documents Yororen UI v0.3.0 — the headless-core, swappable-renderer build.