# Vue Close Button Component API

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

## CCloseButton

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

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `dark` | `boolean` | - | Invert the default color. |
| `disabled` | `boolean` | - | Toggle the disabled state for the component. |
| `white` | `boolean` | - | Change the default color to white. |

### Events

| Name | Description |
| --- | --- |
| `click` | Event called when the user clicks on the component. |
