NAME
Moonshine::Bootstrap::Component::Panel
SYNOPSIS
$self
->panel({
class
=>
'search'
});
returns a Moonshine::Element that renders too..
<div class=
"panel panel-default"
>
...
</div>
Moonshine::Bootstrap::Component::Panel
$self
->panel({
class
=>
'search'
});
returns a Moonshine::Element that renders too..
<div class=
"panel panel-default"
>
...
</div>