List
@xngui/components/list@xngui/components/listVertical collection of rows with optional adornments.
Preview
import { Component } from '@angular/core';
import { XList, XListItem } from '@xngui/components/list';
@Component({
selector: 'app-example',
imports: [XList, XListItem],
templateUrl: './list.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.