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