gpui-box-kit 0.1.1

GPUI Box Kit design-system components and interaction primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Components that present caller-owned data without owning it.

pub mod animated_number;
pub mod avatar;
pub mod badge;
pub mod card;
pub mod description_list;
pub mod empty;
pub mod failure_panel;
pub mod highlight;
pub mod icon;
pub mod loading;
pub mod progress;
pub mod progress_circle;
pub mod sparkline;
pub mod status;
pub mod tag;
pub mod timeline;