The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Moonshine::Bootstrap::Component::NavbarBrand

SYNOPSIS

    $self->navbar_brand({ data => 'Hey' });

returns a Moonshine::Element that renders too..

    <a class="navbar-brand" href="#">Hey</a>