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