The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Moonshine::Bootstrap::Component::Glyphicon

SYNOPSIS

    glyphicon({ class => 'search' });

returns a Moonshine::Element that renders too..

    <span class="glyphicon glyphicon-search" aria-hidden="true"></span>