zenthra-widgets 0.1.2

Immediate-mode UI widgets (buttons, text fields, lists) for the Zenthra UI framework
Documentation
1
2
3
4
5
6
7
8
9
// crates/zenthra-widgets/src/containers/mod.rs

pub mod card;
pub mod dialog;
pub mod panel;
pub mod tooltip;

pub use card::CardBuilder;
pub use panel::PanelBuilder;