graycoreio/daffodil

View on GitHub
libs/design/notification/examples/src/notification-with-actions/notification-with-actions.component.html

Summary

Maintainability
Test Coverage
<daff-notification>
  <fa-icon daffPrefix [icon]="faExclamationCircle"></fa-icon>
  <div daffNotificationTitle>Title</div>
  <div daffNotificationSubtitle>This is the subtitle with information</div>
  <div daffNotificationActions>
    <button daff-button size="sm" color="theme-contrast">Confirm</button>
    <button daff-flat-button size="sm" color="theme-contrast">Cancel</button>
  </div>
</daff-notification>