GitHub

DaffNotificationActionsDirective

class

import { DaffNotificationActionsDirective } from '@daffodil/design/notification'

Actions is used to include actionable buttons related to the notification (e.g., dismiss, navigate).

@Directive()
class DaffNotificationActionsDirective {}

Examples

<div daffNotificationActions>
 <button daff-button>Update payment</button>
 <button daff-button>Contact support</button>
</div>

<div daffNotificationActions>
 <button daff-button>Update payment</button>
 <button daff-button>Contact support</button>
</div>