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
|
|
@ -24,6 +24,7 @@ pub mod button;
|
|||
pub mod checkbox;
|
||||
pub mod column;
|
||||
pub mod container;
|
||||
pub mod empty;
|
||||
pub mod image;
|
||||
pub mod radio;
|
||||
pub mod row;
|
||||
|
|
@ -42,6 +43,8 @@ pub use column::Column;
|
|||
#[doc(no_inline)]
|
||||
pub use container::Container;
|
||||
#[doc(no_inline)]
|
||||
pub use empty::Empty;
|
||||
#[doc(no_inline)]
|
||||
pub use image::Image;
|
||||
#[doc(no_inline)]
|
||||
pub use radio::Radio;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue