# Pagination

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/Pagination.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/enterprise/screenshots/Pagination.tsx#L9)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `currentPage` | `number` | ✓ | - |
| `totalPages` | `number` | ✓ | - |
| `totalItems` | `number` | ✓ | - |
| `pageSize` | `number` | ✓ | - |
| `onPageChange` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_Pagination_642a4f8f["Pagination"]
    class component_Pagination_642a4f8f rootComponent
```
