import { CNavGroup } from '@coreui/react'// orimport CNavGroup from '@coreui/react/src/components/nav/CNavGroup'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the component. | string | - |
| compact | Make nav group more compact by cutting all padding in half. | boolean | - |
| toggler | Set group toggler label. | ReactNode | - |
| visible | Show nav group items. | boolean | - |
On this page