✨ (bootsier): Añade componentes para formularios
This commit is contained in:
parent
b39ed38d0d
commit
bfaf2e569f
9 changed files with 901 additions and 4 deletions
14
extensions/pagetop-bootsier/src/theme/form.rs
Normal file
14
extensions/pagetop-bootsier/src/theme/form.rs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
//! Definiciones para crear formularios ([`Form`]).
|
||||
|
||||
mod props;
|
||||
pub use props::{Autocomplete, AutofillField};
|
||||
pub use props::{InputType, Method};
|
||||
|
||||
mod component;
|
||||
pub use component::Form;
|
||||
|
||||
mod fieldset;
|
||||
pub use fieldset::Fieldset;
|
||||
|
||||
mod input;
|
||||
pub use input::Input;
|
||||
Loading…
Add table
Add a link
Reference in a new issue