import { CListGroupItem } from '@coreui/react'// orimport CListGroupItem from '@coreui/react/src/components/list-group/CListGroupItem'| Property | Description | Type | Default |
|---|---|---|---|
| active | Toggle the active state for the component. | boolean | - |
| className | A string of all className you want applied to the component. | string | - |
| color | Sets the color context of the component to one of CoreUI’s themed colors. | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | 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> | li |
| disabled | Toggle the disabled state for the component. | boolean | - |
On this page