Skip to content

Drawer

@xngui/components/drawer
@xngui/components/drawer

Temporary overlay panel — side drawer or bottom sheet.

Preview

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.