♻️ (form): Mueve componentes de formulario a base
This commit is contained in:
parent
26f1cda831
commit
9435678e01
38 changed files with 2211 additions and 1826 deletions
|
|
@ -1,11 +1,18 @@
|
|||
//! Componentes nativos proporcionados por PageTop.
|
||||
|
||||
mod html;
|
||||
pub use html::Html;
|
||||
|
||||
mod block;
|
||||
pub use block::Block;
|
||||
|
||||
mod button;
|
||||
pub use button::{Button, ButtonAction};
|
||||
|
||||
pub mod form;
|
||||
#[doc(inline)]
|
||||
pub use form::Form;
|
||||
|
||||
mod html;
|
||||
pub use html::Html;
|
||||
|
||||
mod intro;
|
||||
pub use intro::{Intro, IntroOpening};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue