import { CListGroupItem } from '@coreui/react'
// or
import CListGroupItem from '@coreui/react/src/components/list-group/CListGroupItem'
PropertyDescriptionTypeDefault
activeToggle the active state for the component.boolean-
classNameA string of all className you want applied to the component.string-
colorSets the color context of the component to one of CoreUI’s themed colors.'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>li
disabledToggle the disabled state for the component.boolean-
On this page