Kbd
@xngui/components/kbd@xngui/components/kbdKeyboard shortcut hint label.
Preview
import { Component } from '@angular/core';
import { XKbd } from '@xngui/components/kbd';
@Component({
selector: 'app-example',
imports: [XKbd],
templateUrl: './kbd.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.