Skip to content

some-angular-utils/paginator

Repository files navigation

@some-angular-utils/paginator

github stars

NPM Version NPM Downloads

npm bundle size npm bundle size


NPM


DEMO

This repo ships with an interactive showcase app — every behavior has a live, editable example (edit the code, the paginator updates in real time). Run it locally:

npm install
npm run dev

Then open http://localhost:4200.

IMPORT

import { SAUPaginatorModule } from '@some-angular-utils/paginator';

HTML

<sau-paginator
    [totalPages]="totalPages"
    [currentPage]="currentPage"
    (pageChange)="onPageChange($event)"
></sau-paginator>

COLORS

.sau-paginator{
    --sau-color-primary: rgb(147, 51, 234);
    --sau-color-secondary: var(--sau-color-primary);
    --sau-color-background: rgb(255, 255, 255);
}

About

Component to make customizable paginators in Angular.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors