Status Badge
Displays a status badge
Status
Was this example helpful?
Usage
import { StatusBadge } from "@medusajs/ui"
<StatusBadge color="green">Active</StatusBadge>
API Reference
This component is based on the span
element and supports all props of this element.
Prop | Type | Default |
---|---|---|
color | enum | "grey" |
Was this section helpful?
Examples
Grey
Status
Was this example helpful?
Red
Status
Was this example helpful?
Green
Status
Was this example helpful?
Blue
Status
Was this example helpful?
Orange
Status
Was this example helpful?
Purple
Status
Was this example helpful?