Skip to content

Component Text

MeowLynxSea edited this page Jun 18, 2026 · 4 revisions

Text

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)

Props

Method Purpose
size(px) Render size in pixels.

Text is set at construction. .render(cx) returns Stateful<Div>.

Clone this wiki locally