import { CHeader } from '@coreui/react'// orimport CHeader from '@coreui/react/src/components/header/CHeader'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the component. | string | - |
| container | Defines optional container wrapping children elements. | boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'fluid' | - |
| position | Place header in non-static positions. | 'fixed' | 'sticky' | - |
On this page