Add IconButton
component
This commit is contained in:
parent
bcad2f4e9e
commit
696aee3891
6 changed files with 83 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
mod avatar;
|
||||
mod button;
|
||||
mod icon;
|
||||
mod label;
|
||||
mod stack;
|
||||
|
||||
pub use avatar::*;
|
||||
pub use button::*;
|
||||
pub use icon::*;
|
||||
pub use label::*;
|
||||
pub use stack::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue