-
Notifications
You must be signed in to change notification settings - Fork 9
Component PasswordInput
MeowLynxSea edited this page Jan 23, 2026
·
5 revisions
A password input field.
use gpui::ElementId;
use yororen_ui::component::password_input;
let view = password_input()
.key(("settings", "password"))
.placeholder("Password")
.on_change(|value, _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.