Improve tour example
This commit is contained in:
parent
2c35103035
commit
c583a2174d
24 changed files with 644 additions and 239 deletions
|
|
@ -26,16 +26,16 @@ mod row;
|
|||
pub mod button;
|
||||
pub mod checkbox;
|
||||
pub mod image;
|
||||
pub mod progress_bar;
|
||||
//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 image::Image;
|
||||
//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