import { CDropdownItem } from '@coreui/react'// orimport CDropdownItem from '@coreui/react/src/components/dropdown/CDropdownItem'| 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 | - |
| component | Component used for the root node. Either a string to use a HTML element or a component. | string | ComponentClass<any, any> | FunctionComponent<any> | a |
| disabled | Toggle the disabled state for the component. | boolean | - |
| href | The href attribute specifies the URL of the page the link goes to. | string | - |
On this page