Status indicator
StatusIndicator is a specialized icon to show info, warning, error or success. Use on its own or within another component (e.g., Tooltip) to help convey a message.
Also known as: StatusIcon, Status
| Salt package | @salt-ds/core |
|---|---|
| Available since | 1.0.0 |
Note: This tab list includes overflow; tab positions may be inaccurate or change when a tab is selected
Use the status prop to change the displayed status. This will affect both
the icon and the color of StatusIndicator. The status indicator offers
four severity levels that set a distinctive indicator and color.
You can control the size of the Status Indicator with the size prop. This
number will multiply the base size as described in the
size foundation.
We recommend that you add a self-explanatory header/label next to the status indicator to help end users to understand the type of status indicated.