✨ (pagetop): Añade Flex/FlexItem para usar Flexbox
Container y Navbar lo adoptan vía `with_flex()`/`PropsOp::flex_item()`. Y se elimina `ButtonSet` porque su funcionalidad queda cubierta por este mecanismo más general. Incluye el ejemplo `examples/intro-flex.rs` con los patrones de uso.
This commit is contained in:
parent
4e4fdf7b10
commit
17e16652e4
26 changed files with 2023 additions and 193 deletions
|
|
@ -21,7 +21,7 @@ pub use pagetop::base::component::breadcrumb;
|
|||
|
||||
// Button.
|
||||
pub mod button;
|
||||
pub use button::{Button, ButtonBootsier, ButtonSet};
|
||||
pub use button::{Button, ButtonBootsier};
|
||||
|
||||
// Container.
|
||||
pub mod container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue