Skip to content
@xngui/components/kbd
@xngui/components/kbd

Keyboard shortcut hint label.

Preview

Ctrl
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.