import { CPaginationItem } from '@coreui/react'// orimport CPaginationItem from '@coreui/react/src/components/pagination/CPaginationItem'| Property | Description | Type | Default |
|---|---|---|---|
| active | Toggle the active state for the component. | boolean | - |
| component | Component used for the root node. Either a string to use a HTML element or a component. | string | ComponentClass<any, any> | FunctionComponent<any> | - |
| disabled | Toggle the disabled state for the component. | boolean | - |
On this page