gpui-component 0.5.1

UI components for building fantastic desktop application by using GPUI.
Documentation
1
2
3
4
5
6
7
mod scrollable;
mod scrollable_mask;
mod scrollbar;

pub use scrollable::*;
pub use scrollable_mask::*;
pub use scrollbar::*;