NAME
Moonshine::Bootstrap::Component::ListGroup
SYNOPSIS
$self->list_group({ });
returns a Moonshine::Element that renders too..
<ul class="list-group">
<li class="list-group-item">Some text</li>
....
</ul>
Moonshine::Bootstrap::Component::ListGroup
$self->list_group({ });
returns a Moonshine::Element that renders too..
<ul class="list-group">
<li class="list-group-item">Some text</li>
....
</ul>