From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112 package Moonshine::Bootstrap::v3::ListGroupItem;use Moonshine::Magic;extends ( 'Moonshine::Bootstrap::Component', 'Moonshine::Bootstrap::v3::Badge',); with 'Moonshine::Bootstrap::Component::ListGroupItem';1;
package
Moonshine::Bootstrap::v3::ListGroupItem;
use
Moonshine::Magic;
extends
(
'Moonshine::Bootstrap::Component'
,
'Moonshine::Bootstrap::v3::Badge'
);
with
'Moonshine::Bootstrap::Component::ListGroupItem'
;
1;