Skip to content
@xngui/components/link
@xngui/components/link

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