Notification
Overview
When to use
The notification pattern can be used to show important messages like privacy agreements. Please use it with care, using a lot of messages requiring the user acceptance can be annoying.
When to consider an alternative
t.b.d.
Component
Default
Examples
Boxed
Properties
| Property | Type | Required | Default |
|---|---|---|---|
| children | Node | false | - |
| relative | Bool | false | - |
| invert | Bool | false | - |
| loud | Bool | false | - |
| boxed | Bool | false | - |
| onButtonClick | Func | false | - |
| buttonLabel | String | true | - |
| error | Bool | false | - |
| utilClassNames | String | false | - |