The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Moonshine::Bootstrap::Component::Panel

SYNOPSIS

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

returns a Moonshine::Element that renders too..

<div class="panel panel-default">
...
</div>