import { CNavItem } from '@coreui/react'// orimport CNavItem from '@coreui/react/src/components/nav/CNavItem'| Property | Description | Type | Default |
|---|---|---|---|
| active | Toggle the active state for the component. | boolean | - |
| className | A string of all className you want applied to the component. | string | - |
| 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 | - |
| href | The href attribute specifies the URL of the page the link goes to. | string | - |
On this page