♻️ (form): Mueve componentes de formulario a base

This commit is contained in:
Manuel Cillero 2026-06-22 02:12:09 +02:00
parent 26f1cda831
commit 9435678e01
38 changed files with 2211 additions and 1826 deletions

View file

@ -3,6 +3,9 @@
mod color;
pub use color::{Background, Text};
mod button;
pub use button::{ButtonColor, ButtonSize};
mod border;
pub use border::Border;