[bootsier] Nuevos componentes Navbar y Offcanvas

This commit is contained in:
Manuel Cillero 2025-01-05 09:23:56 +01:00
parent 0ba93b76ba
commit d35f2c7756
17 changed files with 743 additions and 16 deletions

View file

@ -4,8 +4,8 @@ use crate::bs::BreakPoint;
use std::fmt;
mod cssgrid;
pub use cssgrid::Grid;
mod component;
pub use component::Grid;
mod item;
pub use item::Item;