List overview
NbListComponent
List is a container component that wraps nb-list-item
component.
Basic example:
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:
NbListItemComponent
List item component is a grouping component that accepts arbitrary content.
It should be direct child of nb-list
componet.
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.