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