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

This commit is contained in:
Manuel Cillero 2026-05-01 12:32:10 +02:00
parent ef6b1fd75e
commit 7803062a18
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;