Skip to main content

gpui_kit/display/
mod.rs

1//! Components that present caller-owned data without owning it.
2
3pub mod animated_number;
4pub mod avatar;
5pub mod badge;
6pub mod card;
7pub mod description_list;
8pub mod empty;
9pub mod failure_panel;
10pub mod highlight;
11pub mod icon;
12pub mod loading;
13pub mod progress;
14pub mod progress_circle;
15pub mod sparkline;
16pub mod status;
17pub mod tag;
18pub mod timeline;