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
12
//! Navigation components module.

pub mod app_menu;
pub mod breadcrumbs;
pub mod file_tree;
pub mod menu;
pub mod sidebar;
pub mod status_bar;
pub mod tabs;
pub mod toolbar;
pub mod tree;
pub mod virtual_list;