import { CListGroup } from '@coreui/react'
// or
import CListGroup from '@coreui/react/src/components/list-group/CListGroup'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the component.string-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>-
flushRemove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., <CCard>).boolean-
layoutSpecify a layout type.'horizontal' | 'horizontal-sm' | 'horizontal-md' | 'horizontal-lg' | 'horizontal-xl' | 'horizontal-xxl'-
On this page