//! 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;