cookbook
cookbook copied to clipboard
How do I create different types of notifications
What will this enable for the user? As a user of the application, I want to see different types of notifications which's behaviour is based on severity.
Common use case is to have four notification types: Generic, Success, Warning and Error. Each type should have set of rules based that define the behaviour.
Parameters pre-defined by each type are
- Position
- Theme variant (visual style)
- Closing behaviour
- Timeout (success and non-critical notifications)
- Close button (warnings and errors that require user acknowledge)
- Action buttons (warnings and errors that require user's decision)
- Non-closable (i.e. background process)
Screenshot from customer case:

Recipe tags (optional): Notifications
Related tags (optional):