System status
SystemStatus communicates essential platform-wide information, such as maintenance or outage alerts. These messages are displayed to be noticed immediately, prompting users to consider taking action based on four severity levels (with corresponding icons and colors): info, success, warning and error.
Also known as: System Message
| Salt package | @salt-ds/lab |
|---|---|
| Available since | 1.0.0-alpha.48 |
Note: This tab list includes overflow; tab positions may be inaccurate or change when a tab is selected
By default, the SystemStatus component has the role "status". This means a screen reader will announce the message at the next available opportunity.
- If the status is critical and requires immediate attention, apply
role="alert"to ensure the message is announced immediately. - If the status is not critical, consider applying
role="region".