Order Status Badge
<sc-order-status-badge></sc-order-status-badge>
This component let users create a menu item.
- Preview
- Code
<sc-order-status-badge status="paid"></sc-order-status-badge>
Component Codex
Properties
| Property | Description | Type | Default |
|---|---|---|---|
| clearable | Makes the tag clearable. | boolean | false |
| pill | Draws a pill-style tag with rounded edges. | boolean | false |
| size | The tag's size. | "large" | "medium" | "small" | 'medium' |
| status | The tag's statux type. | "canceled" | "draft" | "paid" | "payment_failed" | "processing" | "void" |