(bootsier): Añade componente Navbar

This commit is contained in:
Manuel Cillero 2025-11-02 12:40:26 +01:00
parent 66c7938211
commit 5dac1b9140
14 changed files with 615 additions and 387 deletions

View file

@ -24,7 +24,7 @@ pub use nav::Nav;
// Navbar.
pub mod navbar;
#[doc(inline)]
pub use navbar::{Navbar, NavbarToggler};
pub use navbar::Navbar;
// Offcanvas.
pub mod offcanvas;