List overview

Overview
API
Theme
Examples

NbListComponent

List is a container component that wraps nb-list-item component.

Basic example:

Simple list

nb-list-item accepts arbitrary content, so you can create a list of any components.

Installation

Import NbListModule to your feature module.

@NgModule({
  imports: [
    // ...
    NbListModule,
  ],
})
export class PageModule { }

Usage

List of users:

Users list

NbListItemComponent

List item component is a grouping component that accepts arbitrary content. It should be direct child of nb-list componet.

Accordion
Previous page
Infinite List
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.