# Pagination

**Kind:** Component

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

## Props

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

## Diagram

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