[bootsier] Nuevo componente Dropdown

This commit is contained in:
Manuel Cillero 2025-01-06 01:10:39 +01:00
parent 352454789f
commit fb38da4e8c
5 changed files with 221 additions and 0 deletions

View file

@ -20,6 +20,10 @@ pub use offcanvas::{
pub mod navbar;
pub use navbar::{Navbar, NavbarContent, NavbarToggler};
// Dropdown.
pub mod dropdown;
pub use dropdown::Dropdown;
/// Define los puntos de interrupción (*breakpoints*) usados por Bootstrap para diseño responsivo.
#[rustfmt::skip]
#[derive(AutoDefault)]