The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Moonshine::Bootstrap::Component::NavbarText

SYNOPSIS

$self->navbar_text({ data => 'Hey' });

returns a Moonshine::Element that renders too..

<p class="navbar-text">Hey</p>