import { CPagination } from '@coreui/react'// orimport CPagination from '@coreui/react/src/components/pagination/CPagination'| Property | Description | Type | Default |
|---|---|---|---|
| align | Set the alignment of pagination components. | 'start' | 'center' | 'end' | - |
| className | A string of all className you want applied to the base component. | string | - |
| size | Size the component small or large. | 'sm' | 'lg' | - |
On this page