StatusSticker
This component is a status based sticker. It can take 4 different statuses, success, warning, error and pending
Examples
Simple Status Sticker
{
"type": "statusSticker",
"status": "success"
}
Properties
| Attribute | Description | Type |
|---|---|---|
| _type | The type of the element |
|
| status | the status of the element | string
|