# @acpaas-ui/ngx-components/pagination

The pagination component contains two modules: the pagination itself and the item counter. Both can be used separately or give an enhanced user experience when used together.

## Usage

```typescript
import {
    PaginationModule,
    ItemCounterModule
} from '@acpaas-ui/ngx-components/pagination';
```

## Documentation

Visit our [documentation site](https://acpaas-ui.digipolis.be/) for full how-to docs and guidelines

## Modules

| Name         | Description | Documentation |
| -----------  | ------ | -------------------------- |
| `PaginationModule` | Pagination component | [Documentation](./src/pagination/README.md)
| `ItemCounterModule` | Item counter and items per page components  | [Documentation](./src/item-counter/README.md)

## Contributing

Visit our [Contribution Guidelines](../../CONTRIBUTING.md) for more information on how to contribute.
