✨ (form): Añade nuevo componente Number
This commit is contained in:
parent
502c00c891
commit
e8bba0803d
3 changed files with 236 additions and 14 deletions
|
|
@ -20,11 +20,14 @@ pub mod select;
|
|||
|
||||
pub mod input;
|
||||
|
||||
mod textarea;
|
||||
pub use textarea::Textarea;
|
||||
mod number;
|
||||
pub use number::Number;
|
||||
|
||||
mod range;
|
||||
pub use range::Range;
|
||||
|
||||
mod textarea;
|
||||
pub use textarea::Textarea;
|
||||
|
||||
mod hidden;
|
||||
pub use hidden::Hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue