Subscription Status Badge
<sc-subscription-status-badge></sc-subscription-status-badge>
This component let users create subscription status badge.
- Preview
- Code
<sc-subscription-status-badge status="completed"></sc-subscription-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 | Subscription status | "active" | "canceled" | "completed" | "incomplete" | "past_due" | "trialing" | "unpaid" | |
| subscription | The tag's status type. | Subscription |