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::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>