Skip to content

Timeline

@xngui/components/timeline
@xngui/components/timeline

Chronological sequence of events.

Preview

Order placed

Confirmed and payment captured.

Shipped

Carrier: DHL · Tracking #48291

OUT FOR Delivery

Estimated arrival between 10:00–14:00.

Delivered

Pending
import { Component } from '@angular/core';
import { XTimeline, XTimelineItem } from '@xngui/components/timeline';
 
@Component({
selector: 'app-example',
imports: [XTimeline, XTimelineItem],
templateUrl: './timeline.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.