import { CAccordion } from '@coreui/react'// orimport CAccordion from '@coreui/react/src/components/accordion/CAccordion'| Property | Description | Type | Default |
|---|---|---|---|
| activeItemKey | The active item key. | string | number | - |
| alwaysOpen | Make accordion items stay open when another item is opened | boolean | false |
| className | A string of all className you want applied to the base component. | string | - |
| flush | Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container. | boolean | - |
On this page