From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Moonshine::Bootstrap::Component::NavbarHeader

SYNOPSIS

$self->navbar_header({ class => 'search' });

returns a Moonshine::Element that renders too..

<div class="navbar-header">
<a class="navbar-brand" href="#">
<img alt="Brand" src="...">
</a>
</div>