card widget

This commit is contained in:
Ashley Wulber 2023-07-17 11:44:57 -04:00 committed by Ashley Wulber
parent 56d24b2372
commit f17d52f37f
4 changed files with 110 additions and 1 deletions

View file

@ -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};