Status badge displays the status of syncs.
Inherits margin props.
Name | Default | Description |
---|---|---|
children | — | ReactNode Badge text. |
progress | — | number Show progress instead of the badge background. Must be between 0 and 100. |
variant | — | "success"
| "error"
| "processing"
| "warning"
| "inactive"
| "draft" Badge variant. |
On this page