savory-elements 0.6.0

Collection of UI elements based on Savory
1
2
3
4
5
6
7
//! Reusable elements

pub mod button;
pub mod progress_bar;
pub mod radio;
pub mod switch;
pub mod text_input;