(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:
Manuel Cillero 2026-05-02 08:16:48 +02:00 committed by Manuel Cillero
parent 863e7de3df
commit 3ceb8892a2
6 changed files with 258 additions and 18 deletions

View file

@ -9,6 +9,10 @@ pub use aux::*;
pub mod classes;
// Button.
mod button;
pub use button::Button;
// Container.
pub mod container;
#[doc(inline)]