graycoreio/daffodil

View on GitHub
libs/design/modal/examples/src/basic-modal/modal-content.component.html

Summary

Maintainability
Test Coverage
<daff-modal-header>
    <h5 daffModalTitle>Descriptive title of the modal</h5>
</daff-modal-header>
<daff-modal-content>
    Modal content goes here. Components can be placed in here. The content is scrollable.
</daff-modal-content>
<daff-modal-actions>
    <button daff-flat-button color="theme-contrast" daffModalClose>Cancel</button>
    <button type="button" daff-button>Save Changes</button>
</daff-modal-actions>