Displays a status icon with accompanying text to communicate state. — <cs-status-indicator>
<cs-status-indicator type="success">Running</cs-status-indicator>
<cs-status-indicator type="error">Failed</cs-status-indicator>
<cs-status-indicator type="loading">Deploying</cs-status-indicator>
color-overrideStatusIndicatorProps.ColorSpecifies an override for the status indicator color.
icon-aria-labelstringSpecifies an aria-label for the icon. If the status text alone does not fully describe the status,
use this to communicate additional context.
typeStatusIndicatorProps.Type
default: 'success'Specifies the status type.
wrap-textboolean
default: trueSpecifies if the text content should wrap. If you set it to false, it prevents the text from wrapping and truncates it with an ellipsis.
defaultA text fragment that communicates the status.