import { CHeader } from '@coreui/react'
// or
import CHeader from '@coreui/react/src/components/header/CHeader'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the component.string-
containerDefines optional container wrapping children elements.boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'fluid'-
positionPlace header in non-static positions.'fixed' | 'sticky'-
On this page