Chips
The e-chip component allows you to show a list of items in a chip.
Chip
Props
Explore the available props for the form component
| Property | Description | Type | Default |
|---|---|---|---|
| closable | show close button | boolean | false |
| color | Applies specified color to the component - supports only utility colors (for example primary or secondary) | string | primary |
| text | Removes the background color and borders | string | primary |
| prependAvatar | Prepends an avatar to the component | URL | undefined |
| appendAvatar | Appends an avatar to the component | URL | undefined |
| prependIcon | Prepends an icon to the component | IconPath | undefined |
| appendIcon | Appends an icon to the component | IconPath | undefined |
| closable | show close button | boolean | false |
Slots
Explore the available slots for the form component