(bootsier): Añade componente Image

This commit is contained in:
Manuel Cillero 2025-10-26 09:18:33 +01:00
parent 9555d092e3
commit 38349f9eab
5 changed files with 258 additions and 189 deletions

View file

@ -12,8 +12,9 @@ pub mod dropdown;
pub use dropdown::Dropdown;
// Image.
mod image;
pub use image::{Image, ImageSize};
pub mod image;
#[doc(inline)]
pub use image::Image;
// Navbar.
pub mod navbar;