Status indicator

Also known as

StatusIcon, Status
Available since
@salt-ds/core@1.0.0

StatusIndicator is a specialized icon that you can use to indicate a particular status (info, warning, error or success). You can use it on its own or within another component (e.g. Tooltip) to help convey a message.

Exclude decorative status indicators (status indicators that repeat the information already expressed by the accompanied text) from the screen reader to avoid repetition. If you're adding a status indicator for decorative purposes, pass aria-hidden=”true” to exclude its label from the screen reader.