summaryrefslogblamecommitdiffstats
path: root/style/src/lib.rs
blob: 2c5977b5570b9b2093d3e6d8331aa32e70e90887 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                        
               
                 
                  
                     
              
                   
               
                   
//! The styling library of Iced.
//!
//! It contains a set of styles and stylesheets for most of the built-in
//! widgets.
pub mod button;
pub mod checkbox;
pub mod container;
pub mod progress_bar;
pub mod radio;
pub mod scrollable;
pub mod slider;
pub mod text_input;