✨ (bootsier): Expone ButtonSet en el tema Bootsier
This commit is contained in:
parent
1be3d88888
commit
0d38f2e9e7
2 changed files with 4 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ pub use pagetop::base::component::breadcrumb;
|
|||
|
||||
// Button.
|
||||
pub mod button;
|
||||
pub use button::{Button, ButtonBootsier};
|
||||
pub use button::{Button, ButtonBootsier, ButtonSet};
|
||||
|
||||
// Container.
|
||||
pub mod container;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
//! Definiciones para crear botones ([`Button`]) y conjuntos de botones ([`ButtonSet`]).
|
||||
|
||||
use pagetop::prelude::*;
|
||||
|
||||
use crate::theme::BootsierColors;
|
||||
|
||||
pub use pagetop::base::component::button::{Button, Kind, Size, Style};
|
||||
pub use pagetop::base::component::button::{Button, ButtonSet, Kind, Size, Style};
|
||||
|
||||
const EXTRA_ACTIVE: &str = "bootsier.button.active";
|
||||
const EXTRA_FULL_WIDTH: &str = "bootsier.button.full_width";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue