@ddm-design-system/notification
v4.0.6
Published
The `Notification` component can be used independently or in a `NotificationStack`. It should be used to convey meaningful but concise information to the user and should be easily noticeable and understood.
Downloads
2
Readme
@ddm-design-system/notification
The Notification
component can be used independently or in a NotificationStack
. It should be used to convey meaningful but concise information to the user and should be easily noticeable and understood.
The NotificationStack
handles the display of Notification
s. Through the theme, the animations applied to showing and hiding a notification can be configured.
The default behaviour is for Notification
s to be showed on the lower right corner.
Notification
s can be added and removed through the ref (<INotificationStackRef>
) passed down to the NotificationStack
's wrappedRef
prop.
When adding a notification, a Notification
template can specified so that different variations of the Notification
component are supported.