Skip to content
@xngui/components/list
@xngui/components/list

Vertical collection of rows with optional adornments.

Preview

    Ada Lovelace Engineer
    Grace Hopper Admiral
    Alan Turing Research

Selected:

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.