migrated Image and ProgressBar widgets
This commit is contained in:
parent
10b07b8028
commit
64fc0ffded
3 changed files with 260 additions and 0 deletions
|
|
@ -16,13 +16,17 @@ mod row;
|
|||
|
||||
pub mod button;
|
||||
pub mod checkbox;
|
||||
pub mod image;
|
||||
pub mod progress_bar;
|
||||
pub mod radio;
|
||||
pub mod slider;
|
||||
pub mod text;
|
||||
|
||||
pub use button::Button;
|
||||
pub use checkbox::Checkbox;
|
||||
pub use image::Image;
|
||||
pub use column::Column;
|
||||
pub use progress_bar::ProgressBar;
|
||||
pub use radio::Radio;
|
||||
pub use row::Row;
|
||||
pub use slider::Slider;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue