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

This commit is contained in:
Manuel Cillero 2026-08-17 05:53:55 +02:00
parent bf4c635e59
commit fe2b2c176f
5 changed files with 134 additions and 81 deletions

View file

@ -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),