card widget
This commit is contained in:
parent
56d24b2372
commit
f17d52f37f
4 changed files with 110 additions and 1 deletions
|
|
@ -8,6 +8,9 @@ pub mod aspect_ratio;
|
|||
mod button;
|
||||
pub use button::*;
|
||||
|
||||
pub mod card;
|
||||
pub use card::*;
|
||||
|
||||
pub mod flex_row;
|
||||
pub use flex_row::{flex_row, FlexRow};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue