On this page
Loading...
size="lg"
or size="sm"
for additional sizes.
align="start"
, align="center"
or align="end"
[flexbox utilities](https://coreui.io/docs/utilities/flex/).
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `activePage` | Current page number | `number` | _1_ |
| `arrows` | Show/hide arrows | `boolean` | _true_ |
| `doubleArrows` | Show double arrows buttons | `boolean` | _true_ |
| `dots` | Show dots | `boolean` | _true_ |
| `firstButton` | The content of first button | `string` | _«_ |
| `lastButton` | The content of last button | `string` | _»_ |
| `limit` | Maximum items number | `number` | _5_ |
| `pages` | Number of pages | `number` | _1_ |
| `nextButton` | The content of next button | `string` | _›_ |
| `previousButton` | The content of prev button | `string` | _‹_ |
| `size` | Size of pagination | `sm`, `lg` | '' |
| `role` | role attr | `string` | _navigation_ |
---
#### Outputs
| name | description | type |
| ---- | ----------- | ---- |
| `activePageChange` | Event emitted on `activePage` change | `number` |