(bootsier): Añade un control deslizante de rango

This commit is contained in:
Manuel Cillero 2026-05-01 14:25:26 +02:00 committed by Manuel Cillero
parent 3436f94b18
commit cb3448add2
2 changed files with 195 additions and 0 deletions

View file

@ -24,3 +24,6 @@ pub mod input;
mod textarea;
pub use textarea::Textarea;
mod range;
pub use range::Range;