kael_ui 0.2.0

Professional shadcn-inspired UI component library for Kael. 100+ accessible components for building beautiful, performant desktop applications.
1
2
3
4
5
6
7
8
9
10
11
//! Display components module.

pub mod accordion;
pub mod badge;
pub mod card;
pub mod data_grid;
pub mod data_table;
pub mod html;
pub mod markdown;
pub mod rich_text;
pub mod table;