✨ [bootsier] Nuevo componente Dropdown
This commit is contained in:
parent
352454789f
commit
fb38da4e8c
5 changed files with 221 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue