Alert
Alerts are used to highlight information without interrupting the user's workflow.
- Useful links:
StrataKit MUI modifications
Section titled “StrataKit MUI modifications”- Restyled using StrataKit’s visual language.
- The
"standard"variant has been removed. The default variant is now"outlined". - The default severity is now a new
"none"value instead of"success". - The Alert will no longer create a live region by default. It now uses
role="group"instead ofrole="alert".
Examples
Section titled “Examples”Actions
Section titled “Actions”A close icon button can be included by using the onClose prop.
For other types of actions, the action prop can be used instead. See more examples in MUI docs.