> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/berry/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/berry/v3.9.0/components/chip.md).

# Chip

his component extends the original component provided by MUI: <https://mui.com/material-ui/react-chip/>

The extended properties are:

|           |                           |                       |
| --------- | ------------------------- | --------------------- |
| chipcolor | string                    |                       |
| disabled  | boolean                   | true (default), false |
| label     | string                    |                       |
| avatar    | ReactElement \| undefined |                       |
| sx        | object                    |                       |

Live Preview: <https://berrydashboard.com/basic/chip>

{% hint style="info" %}
Asterisk (<mark style="color:red;">\*</mark>) indicates required props.
{% endhint %}
