-
Notifications
You must be signed in to change notification settings - Fork 9
Component Text
MeowLynxSea edited this page Jan 23, 2026
·
4 revisions
A simple text element that can optionally include an icon.
use gpui::px;
use yororen_ui::component::{icon, text, IconName};
let view = text("Info").with_icon(icon(IconName::Info).size(px(14.)));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.