# certara-close-button



<!-- Auto Generated Below -->


## Properties

| Property   | Attribute  | Description                                                 | Type      | Default   |
| ---------- | ---------- | ----------------------------------------------------------- | --------- | --------- |
| `disabled` | `disabled` | If true, the close button will be disabled                  | `boolean` | `false`   |
| `inverse`  | `inverse`  | If true, the close button will have the inverse color theme | `boolean` | `false`   |
| `label`    | `label`    | The accessible label of the close button                    | `string`  | `'Close'` |


## Events

| Event          | Description                                    | Type               |
| -------------- | ---------------------------------------------- | ------------------ |
| `certaraClick` | Event emitted when the close button is clicked | `CustomEvent<any>` |


## Dependencies

### Used by

 - [certara-alert](../alert)
 - [certara-modal](../modal)

### Graph
```mermaid
graph TD;
  certara-alert --> certara-close-button
  certara-modal --> certara-close-button
  style certara-close-button fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


