There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Moonshine::Bootstrap::Component::Badge

SYNOPSIS

$self->badge({ data => '42', wrapper => { tag => 'button' });

returns a Moonshine::Element that renders too..

<button ...<span class="badge">42</span></button>