(bootsier): Añade componente para campos ocultos

This commit is contained in:
Manuel Cillero 2026-05-01 14:35:47 +02:00 committed by Manuel Cillero
parent cb3448add2
commit 863e7de3df
2 changed files with 75 additions and 0 deletions

View file

@ -27,3 +27,6 @@ pub use textarea::Textarea;
mod range;
pub use range::Range;
mod hidden;
pub use hidden::Hidden;