[bootsier] Añade componente Nav

- Adapta `Dropdown` para poder integrarlo en los menús `Nav`.
- Actualiza `Children` para soportar operaciones múltiples.
This commit is contained in:
Manuel Cillero 2025-10-29 13:47:59 +01:00
parent 42860c6dae
commit 2f41f166f3
12 changed files with 602 additions and 226 deletions

View file

@ -9,9 +9,3 @@ pub use content::{Content, ContentType};
mod brand;
pub use brand::Brand;
mod nav;
pub use nav::Nav;
mod item;
pub use item::{Item, ItemType};