♻️ (bootsier): Mueve Container al core de PageTop

`Container` y `Kind` pasan a `pagetop::base::component` como componente
genérico reutilizable por cualquier tema. Bootsier conserva `Width` y
añade el *trait* `ContainerBootsier`, que guarda el ancho como valor
extra en `Props`.
This commit is contained in:
Manuel Cillero 2026-07-09 21:44:52 +02:00
parent 654618aa68
commit 771f61bf29
15 changed files with 268 additions and 274 deletions

View file

@ -6,6 +6,10 @@ pub use block::Block;
mod button;
pub use button::{Button, ButtonAction};
pub mod container;
#[doc(inline)]
pub use container::Container;
pub mod form;
#[doc(inline)]
pub use form::Form;