Link
@xngui/components/link@xngui/components/linkInline navigation with variant, underline, and external URL support.
Preview
import { Component } from '@angular/core';
import { XLink } from '@xngui/components/link';
@Component({
selector: 'app-example',
imports: [XLink],
templateUrl: './link.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.