Componentsv2.189.0
Iconsv1.19.0
MCPv0.8.61
Tokensv0.34.3

PlumaBadge renders a numeric label to indicate the quantity of an item or content.

Importing

The component can be imported via:

import { Badge } from '@customerio/pluma-components/react';

Usage

Loading editor

Variations

PlumaBadge supports an outlined and an emphasized variant via the isOutline and isEmphasized props:

Loading editor
Loading editor
Loading editor
Loading editor

API

PlumaBadge extends Box

Whether the badge should render in "emphasis" variant

Whether the badge should render in the "outlined" variant

On this page