Components

Paginator

Angular Material Paginator allows users to navigate through a collection of items divided into pages, typically used in lists, tables, or galleries.

Example

Below is an example of how BuilderKit restyles the Angular Material Paginator and gives it a more modern appearance.

1 – 20 of 200
<mat-paginator
[length]="200"
[pageSize]="20"
[showFirstLastButtons]="true"
[pageSizeOptions]="[5, 10, 15]" />