zenthra-widgets 0.1.2

Immediate-mode UI widgets (buttons, text fields, lists) for the Zenthra UI framework
Documentation
pub mod button;
pub mod container;
pub mod input;
pub mod lazy_container;
pub mod slider;
pub mod text;
pub mod text_area;
pub mod progress_bar;
pub mod ui;
pub mod image;
pub mod controls;
pub mod window;
pub mod containers;
pub mod layout;

pub use button::ButtonBuilder;
pub use container::ContainerBuilder;
pub use input::InputBuilder;
pub use slider::SliderBuilder;
pub use text::TextBuilder;
pub use text_area::TextAreaBuilder;
pub use ui::Ui;
pub use window::FloatingWindowBuilder;
pub use controls::*;
pub use containers::{CardBuilder, PanelBuilder};
pub use layout::StackBuilder;
pub mod icons;
pub use image::ImageBuilder;