IStatusBadgeProps
@spartanfx/react / index / IStatusBadgeProps
Interface: IStatusBadgeProps
Props for the StatusBadge component.
Properties
Required
| Property | Type | Description |
|---|---|---|
status | string | The status text to display inside the badge. This also determines the color when no custom color is provided. |
Options
| Property | Type | Description |
|---|---|---|
bordered? | boolean | Whether to render the badge with a border. |