Implement Container widget
Remove `align_self` and `justify_content` methods
This commit is contained in:
parent
bfe19193b9
commit
ceb02f4a36
25 changed files with 310 additions and 205 deletions
|
|
@ -9,6 +9,7 @@
|
|||
//! ```
|
||||
mod checkbox;
|
||||
mod column;
|
||||
mod container;
|
||||
mod image;
|
||||
mod radio;
|
||||
mod row;
|
||||
|
|
@ -32,6 +33,7 @@ pub use text_input::TextInput;
|
|||
|
||||
pub use checkbox::Checkbox;
|
||||
pub use column::Column;
|
||||
pub use container::Container;
|
||||
pub use image::Image;
|
||||
pub use radio::Radio;
|
||||
pub use row::Row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue