Breadcrumb
@xngui/components/breadcrumb@xngui/components/breadcrumbLocation trail — custom separators + optional middle collapse (…).
Preview
import { Component } from '@angular/core';
import { XBreadcrumb, XBreadcrumbItem, XBreadcrumbSeparator } from '@xngui/components/breadcrumb';
import { XButton } from '@xngui/components/button';
import { XLink } from '@xngui/components/link';
import { XIcon } from '@xngui/icons';
@Component({
selector: 'app-example',
imports: [XBreadcrumb, XBreadcrumbItem, XBreadcrumbSeparator, XButton, XLink, XIcon],
templateUrl: './breadcrumb.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.