import { Component } from '@angular/core'; import { CommonModule } from '@angular/common'; import { BackdropComponent } from '../../../../../ui-essentials/src/lib/components/overlays/backdrop/backdrop.component'; @Component({ selector: 'ui-backdrop-demo', standalone: true, imports: [CommonModule, BackdropComponent], template: `
Click backdrop to close
Notice the blur effect behind this content
Adjust the opacity using the slider above
This is behind the second backdrop
This is in front of the first backdrop
This backdrop cannot be clicked to close