Merge branch 'master' into feature/custom-styling
This commit is contained in:
commit
bbc8f837d7
20 changed files with 818 additions and 9 deletions
|
|
@ -25,6 +25,7 @@ pub mod checkbox;
|
|||
pub mod column;
|
||||
pub mod container;
|
||||
pub mod image;
|
||||
pub mod progress_bar;
|
||||
pub mod radio;
|
||||
pub mod row;
|
||||
pub mod scrollable;
|
||||
|
|
@ -45,6 +46,8 @@ pub use container::Container;
|
|||
#[doc(no_inline)]
|
||||
pub use image::Image;
|
||||
#[doc(no_inline)]
|
||||
pub use progress_bar::ProgressBar;
|
||||
#[doc(no_inline)]
|
||||
pub use radio::Radio;
|
||||
#[doc(no_inline)]
|
||||
pub use row::Row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue