import { CNav } from '@coreui/react'
// or
import CNav from '@coreui/react/src/components/nav/CNav'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the base component.string-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>-
layoutSpecify a layout type for component.'fill' | 'justified'-
variantSet the nav variant to tabs or pills.'tabs' | 'pills' | 'underline'-
On this page