-
Notifications
You must be signed in to change notification settings - Fork 9
Component IconButton
MeowLynxSea edited this page Jan 23, 2026
·
5 revisions
A button that displays only an icon.
use gpui::px;
use yororen_ui::component::{icon, icon_button, IconName};
let close = icon_button(icon(IconName::Close).size(px(14.)))
.on_click(|_ev, _window, _cx| {
// ...
});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.