Add checkboxes and their stories
This commit is contained in:
parent
b243de407e
commit
1bce5dcc69
9 changed files with 245 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
mod avatar;
|
||||
mod button;
|
||||
mod checkbox;
|
||||
mod context_menu;
|
||||
mod details;
|
||||
mod facepile;
|
||||
|
@ -25,6 +26,7 @@ mod tool_divider;
|
|||
|
||||
pub use avatar::*;
|
||||
pub use button::*;
|
||||
pub use checkbox::*;
|
||||
pub use context_menu::*;
|
||||
pub use details::*;
|
||||
pub use facepile::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue