Chip
Chips are compact elements that represent an input, attribute, or action.
Filled Chips
Outlined Chips
Clickable
Deletable
Click the ✕ icon to remove a chip. The chip fires a me-delete event — your code removes it.
Sizes
Disabled
API
| Attribute | Type | Default | Description |
|---|---|---|---|
variant | filled | outlined | filled | Visual style. |
color | default | primary | secondary | error | success | warning | info | default | Chip color. |
size | small | medium | medium | Chip size. |
clickable | boolean | false | Makes the chip clickable with ripple. |
deletable | boolean | false | Shows a delete icon button. |
disabled | boolean | false | Disables the chip. |
Events
| Event | Description |
|---|---|
me-delete | Fired when the delete icon is clicked. |