import { CPaginationItem } from '@coreui/react'
// or
import CPaginationItem from '@coreui/react/src/components/pagination/CPaginationItem'
PropertyDescriptionTypeDefault
activeToggle the active state for the component.boolean-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>-
disabledToggle the disabled state for the component.boolean-
On this page