feat!(widget): rewrite button & icon widget APIs
This commit is contained in:
parent
18debe546d
commit
4e4eeaac12
60 changed files with 2191 additions and 1113 deletions
|
|
@ -16,8 +16,8 @@ pub use iced::widget::{svg, Svg};
|
|||
|
||||
pub mod aspect_ratio;
|
||||
|
||||
mod button;
|
||||
pub use button::*;
|
||||
pub mod button;
|
||||
pub use button::{button, Button, IconButton, LinkButton, TextButton};
|
||||
|
||||
pub mod card;
|
||||
pub use card::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue