-
Notifications
You must be signed in to change notification settings - Fork 9
Component Heading
MeowLynxSea edited this page Jun 18, 2026
·
4 revisions
A semantic heading (h1 – h6).
use yororen_ui::headless::heading::{heading, HeadingLevel};
heading("page", HeadingLevel::H1, "Settings", cx).render(cx)No builder methods — text and level are passed to the factory. .render(cx) returns Stateful<Div>. Typography from tokens.typography.*.
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.