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

SYNOPSIS

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

returns a Moonshine::Element that renders too..

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