# Pagination

Example:

```js
<Pagination currentPage={1} onChange={this.handlePageChange} totalPages={100} />
```
