# certara-chip



<!-- Auto Generated Below -->


## Overview

An interactive badge like component. Tyically used within multi value inputs.

## Properties

| Property   | Attribute   | Description                                              | Type      | Default     |
| ---------- | ----------- | -------------------------------------------------------- | --------- | ----------- |
| `disabled` | `disabled`  | Disable the chip while true - removing the remove button | `boolean` | `false`     |
| `label`    | `label`     | The text to display within the chip                      | `string`  | `undefined` |
| `readOnly` | `read-only` | Makes the chip read-only, hiding the remove button       | `boolean` | `false`     |


## Events

| Event          | Description                              | Type                |
| -------------- | ---------------------------------------- | ------------------- |
| `certaraClick` | Called when the remove button is clicked | `CustomEvent<void>` |


## Dependencies

### Used by

 - [certara-select](../select)

### Depends on

- [certara-icon](../icon)

### Graph
```mermaid
graph TD;
  certara-chip --> certara-icon
  certara-select --> certara-chip
  style certara-chip fill:#f9f,stroke:#333,stroke-width:4px
```

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


