0.6.12 • Published 3 years ago
@bdt-component-library/notification v0.6.12
Notification Component
About
This is a component published as its own package from our component library monorepo: https://github.com/BenefitsDataTrust/ui-components. Setup instructions, as well as higher-level goals and concerns can be found from the main project README.
Description
Handles display of notifications according to style guide conventions.
API
prop | type | required | default | explanation |
---|---|---|---|---|
children | any | yes | no | The message content to be displayed in the notification |
className | string | no | "" | Adds an optional classname to the component |
id | string | no | "" | Adds an optional id to the component |
actionName | string | yes | no | The name of the secondary notification action |
variant | enum("success", "error", "informational", "none") | no | "none" | Changes icon and color style for chosen variant |
hasDismissAction | boolean | no | true | Determines whether or not the notification can be dismissed |
isDismissed | boolean | no | true | Determines if the notification should be dismissed, using means other than the internal dismiss action |
onActionClick | function(event) | yes | no | Handles the onclick event for the action |
onDismissClick | function(event) | no | () => false | Fires as a callback when dismiss action is triggered internally |
0.6.10
4 years ago
0.6.12
3 years ago
0.6.11
4 years ago
0.6.9
4 years ago
0.6.8
4 years ago
0.6.7
4 years ago
0.6.6
4 years ago
0.6.5
4 years ago
0.6.4
4 years ago
0.6.3
4 years ago
0.6.2
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago
0.3.18
4 years ago
0.3.17
4 years ago
0.3.16
4 years ago
0.3.15
4 years ago
0.3.14
4 years ago
0.3.13
4 years ago
0.3.12
4 years ago
0.3.11
4 years ago
0.3.10
4 years ago
0.3.9
4 years ago
0.3.8
4 years ago
0.3.7
4 years ago
0.3.5
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.2
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago
0.2.0
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago