Implement Empty widget
It can be useful if you want to fill some space with nothing.
This commit is contained in:
parent
7163e1d8b6
commit
8426bf953c
8 changed files with 191 additions and 4 deletions
|
|
@ -25,6 +25,7 @@ pub mod text_input;
|
|||
mod checkbox;
|
||||
mod column;
|
||||
mod container;
|
||||
mod empty;
|
||||
mod image;
|
||||
mod radio;
|
||||
mod row;
|
||||
|
|
@ -44,6 +45,7 @@ pub use text_input::TextInput;
|
|||
pub use checkbox::Checkbox;
|
||||
pub use column::Column;
|
||||
pub use container::Container;
|
||||
pub use empty::Empty;
|
||||
pub use image::Image;
|
||||
pub use radio::Radio;
|
||||
pub use row::Row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue