♻️ (bootsier): Mueve Brand al core de PageTop
This commit is contained in:
parent
bf4c635e59
commit
fe2b2c176f
5 changed files with 134 additions and 81 deletions
|
|
@ -143,6 +143,8 @@ impl Theme for Bootsier {
|
|||
cx: &mut Context,
|
||||
) -> Option<Result<Markup, ComponentError>> {
|
||||
setup_component!(component, {
|
||||
Badge => |c| theme::bs::badge::setup(c),
|
||||
Brand => |c| theme::bs::brand::setup(c),
|
||||
Button => |c| theme::bs::button::setup(c),
|
||||
Container => |c| theme::bs::container::setup(c),
|
||||
Image => |c| theme::bs::image::setup(c),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue