DaffNotificationComponent

DaffNotificationComponent provides a way to display and communicate information related to user actions within a page's content.

Selector: 'daff-notification'

Properties

Name Type Description
faTimes faTimes
_prefix DaffPrefixDirective
_actions DaffNotificationActionsDirective
class true
tabindex '0'
role Sets role to alert when `status="warn"` or `status="danger"`. Sets role to status on all other instances.
verticalOrientation
horizontalOrientation
@Input() dismissible false Whether or not a notification is closable
@Input() orientation DaffCardOrientation @Output() closeNotification EventEmitter<void> Output event triggered when the close icon is clicked. onCloseNotification
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.