import { CNavbarNav } from '@coreui/react'// orimport CNavbarNav from '@coreui/react/src/components/navbar/CNavbarNav'| Property | Description | Type | Default |
|---|---|---|---|
| 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> | - |
On this page