# React Close Button Component API

> Explore the API reference for the React Close Button component and discover how to effectively utilize its props for customization.

## CCloseButton

```jsx
import { CCloseButton } from '@coreui/react-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `className` | `string \| undefined` | - | A string of all className you want applied to the base component. |
| `dark` | `boolean \| undefined` | - | Invert the default color. |
| `disabled` | `boolean \| undefined` | - | Toggle the disabled state for the component. |
| `white` | `boolean \| undefined` | - | Change the default color to white. |
