
<!-- Auto Generated Below -->


## SignetChip Properties

| Property    | Attribute   | Description                                             | Type                     | Default     |
| ----------- | ----------- | ------------------------------------------------------- | ------------------------ | ----------- |
| `chipId`    | `chip-id`   | The unique identifier for the chip.                     | `string`                 | `undefined` |
| `closeable` | `closeable` | Indicates whether the chip is closeable.                | `boolean`                | `false`     |
| `image`     | `image`     | The URL of the image displayed in the chip.             | `string`                 | `undefined` |
| `label`     | `label`     | The text label displayed in the chip.                   | `string`                 | `undefined` |
| `variant`   | `variant`   | The style variant of the chip ('filled' or 'outlined'). | `"filled" \| "outlined"` | `'filled'`  |


## SignetChip Events

| Event               | Description | Type               |
| ------------------- | ----------- | ------------------ |
| `signet-chip-close` |             | `CustomEvent<any>` |


## Dependencies

### Depends on

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

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

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

*Built with Signet Design System*
