-
Notifications
You must be signed in to change notification settings - Fork 9
Component Button
MeowLynxSea edited this page Jan 23, 2026
·
5 revisions
A clickable action.
use yororen_ui::component::button;
let save = button()
.child("Save")
.on_click(|_ev, _window, _cx| {
// ...
});- Prefer
key(...)only when you render many stateful buttons in repeated/virtualized UIs.
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.