import { CCloseButton } from '@coreui/react'// orimport CCloseButton from '@coreui/react/src/components/close-button/CCloseButton'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| disabled | Toggle the disabled state for the component. | boolean | - |
| white | Change the default color to white. | boolean | - |
On this page