yororen_ui 0.2.0

Reusable UI components and widgets built on top of gpui.
Documentation
//! Password input actions module.

gpui::actions!(
    ui_password_input,
    [
        Backspace,
        Delete,
        Left,
        Right,
        SelectLeft,
        SelectRight,
        SelectAll,
        Home,
        End,
        ShowCharacterPalette,
        Paste,
        Cut,
        Copy,
    ]
);