(bootsier): Añade componentes para formularios

This commit is contained in:
Manuel Cillero 2026-01-06 01:17:35 +01:00
parent b39ed38d0d
commit bfaf2e569f
9 changed files with 901 additions and 4 deletions

View file

@ -19,6 +19,11 @@ pub mod dropdown;
#[doc(inline)]
pub use dropdown::Dropdown;
// Form.
pub mod form;
#[doc(inline)]
pub use form::Form;
// Image.
pub mod image;
#[doc(inline)]