-
Notifications
You must be signed in to change notification settings - Fork 9
Component SearchInput
MeowLynxSea edited this page Jan 23, 2026
·
5 revisions
A standardized search input (magnifier + clear button + submit).
use gpui::ElementId;
use yororen_ui::component::search_input;
let view = search_input()
.key(("search", "query"))
.placeholder("Search…")
.on_change(|value, _window, _cx| {
// ...
})
.on_submit(|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.