Add Float widget
This commit is contained in:
parent
bcc07dc9ba
commit
575faf9bbf
4 changed files with 137 additions and 12 deletions
|
|
@ -1,7 +1,9 @@
|
|||
mod border;
|
||||
mod float;
|
||||
mod padding;
|
||||
mod text;
|
||||
|
||||
pub use border::*;
|
||||
pub use float::*;
|
||||
pub use padding::*;
|
||||
pub use text::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue