✨ (bootsier): Añade botones con componente Button
Mueve `ButtonAction`, `ButtonColor` y `ButtonSize` a `aux/button.rs`. Normaliza la documentación de `aux/border.rs` y `aux/color.rs`.
This commit is contained in:
parent
863e7de3df
commit
3ceb8892a2
6 changed files with 258 additions and 18 deletions
|
|
@ -17,4 +17,4 @@ mod rounded;
|
|||
pub use rounded::RoundedRadius;
|
||||
|
||||
mod button;
|
||||
pub use button::{ButtonColor, ButtonSize};
|
||||
pub use button::{ButtonAction, ButtonColor, ButtonSize};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue