(bootsier): Añade componente para áreas de texto

This commit is contained in:
Manuel Cillero 2026-05-01 12:32:10 +02:00 committed by Manuel Cillero
parent 9173aee22c
commit 3436f94b18
2 changed files with 293 additions and 0 deletions

View file

@ -21,3 +21,6 @@ pub mod radio;
pub mod select;
pub mod input;
mod textarea;
pub use textarea::Textarea;