Chip
A visual indicator that highlights an element's status or attribute for quick recognition.
Props
Value string
Add the value of the data item. This can be a variable of a fixed value.
Chip status map table
Map the variables with the expected chip style.
Name | Type | Description |
---|---|---|
Status value | string | The value that the chip will store. |
Label | string | Select an icon to be added to the item. This will be a fallback if the image is not found and no initials have been added. |
Status variant | string | Select the size of the avatar. |
size ENUM ("S", "M", "L")
| required
Set the size of the chip.
Updated 16 days ago