Drawer
@xngui/components/drawer@xngui/components/drawerTemporary overlay panel — side drawer or bottom sheet.
Preview
Filters
Drawer Body Content Escape OR Backdrop Closes
import { Component } from '@angular/core';
import { XButton } from '@xngui/components/button';
import { XDrawer } from '@xngui/components/drawer';
@Component({
selector: 'app-example',
imports: [XButton, XDrawer],
templateUrl: './drawer.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.