gpui-component 0.6.0

GPUI Component: the styled component library of GPUI Kit, with 60+ desktop UI components for GPUI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod alert_dialog;
mod content;
mod description;
mod dialog;
mod footer;
mod header;
mod title;

pub use alert_dialog::*;
pub use content::DialogContent;
pub use description::DialogDescription;
pub use dialog::*;
pub use footer::*;
pub use header::DialogHeader;
pub use title::DialogTitle;