Dialog
@xngui/components/dialog@xngui/components/dialogModal dialog with focus trap, header / body / footer slots.
Preview
Discard Changes
Unsaved Edits Will BE Lost This Action Cannot BE Undone
import { Component } from '@angular/core';
import { XButton } from '@xngui/components/button';
import { XDialog } from '@xngui/components/dialog';
@Component({
selector: 'app-example',
imports: [XButton, XDialog],
templateUrl: './dialog.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.