Badges

HTML Layout

<p>Something brand-spanking new! <span class="badge info">New!</span></p>
<p>To show you the power of Lunar Design.. <span class="badge">I made this badge!</span></p>
<h5>Works with baby headers text! <span class="badge warning">George says hi! Run.</span></h5>

Supported statuses: Success, warning, error, info. Okay to omit.

React Layout

import { Badge } from '@cupid-ui/react';

// [...]

<p>Something brand-spaking new! <Badge text="New!" type="info"/></p>

Parameters

Preview

Something brand-spanking new! New!

To show you the power of Lunar Design.. I made this badge!

Works with baby headers text! George says hi! Run.

More info