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>