Badges

Use the Badge component to display small pieces of information, such as status indicators, categories, versions, or release dates.

To display longer notes, use the Callouts component instead.

Plant Care API v2.1.0 New

Badge varieties

Success

Success
1<Badge intent="success">Success</Badge>

Note

Note
1<Badge intent="note">Note</Badge>

Tip

Tip
1<Badge intent="tip">Tip</Badge>

Warning

Warning
1<Badge intent="warning">Warning</Badge>

Error

Error
1<Badge intent="error">Error</Badge>

Info

Info
1<Badge intent="info">Info</Badge>

Launch

Launch
1<Badge intent="launch">Launch</Badge>

Check

Check
1<Badge intent="check">Check</Badge>

Properties

Customize your Badges using the following properties:

intent
stringRequired

The semantic color of the badge. Available options: success, note, tip, warning, error, info, launch, check

minimal
booleanDefaults to false

Displays the badge with a more subtle background style. Can be combined with outlined.

outlined
booleanDefaults to false

Displays the badge with an outlined border style. Can be combined with minimal.


Default
Minimal
Outlined
Minimal and outlined