Success Messages
Confirm successful completion of actions like saving, submitting, or uploading.
Error Alerts
Notify users of errors or failures that occurred during an operation.
Warnings
Alert users to potential issues or important information they should be aware of.
System Updates
Inform users about background processes, new features, or system status changes.
When not to use
- For errors that require immediate action—use a modal instead
- For permanent status indicators—use badges or inline status text
- When the message needs to be referenced later—use a dedicated notifications panel
- For critical confirmations—use a modal dialog that blocks interaction