import { CAccordion } from '@coreui/react'
// or
import CAccordion from '@coreui/react/src/components/accordion/CAccordion'
PropertyDescriptionTypeDefault
activeItemKeyThe active item key.string | number-
alwaysOpenMake accordion items stay open when another item is openedbooleanfalse
classNameA string of all className you want applied to the base component.string-
flushRemoves the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.boolean-
On this page