Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 395 Bytes

Backdrop Component

The daff-backdrop component is a simple component used to "backdrop" other components. daff-backdrop is often used alongside modals, dialogs, overlays, and lightboxes.

Animations

daff-backdrop provides and manages its own animation.

Usage

<daff-backdrop [backdropIsVisible]="backdropIsVisible" (backdropClicked)="backdropClicked()"></daff-backdrop>