Add Boxed and BoxedAsync widgets

This commit is contained in:
Joscha 2023-04-08 16:00:04 +02:00
parent 007493f136
commit 7c6e651f88
3 changed files with 134 additions and 1 deletions

View file

@ -1,5 +1,6 @@
pub mod background;
pub mod border;
pub mod boxed;
pub mod cursor;
pub mod editor;
pub mod either;
@ -14,6 +15,7 @@ pub mod text;
pub use background::*;
pub use border::*;
pub use boxed::*;
pub use cursor::*;
pub use editor::*;
pub use either::*;