Types
The Chip component allows you to set different chip types.
Each chip type is color-coded which allows the user to immediately recognize, whether the Chip indicates a successful operation or an error message.
To use the predefined styles for each chip type, pass a value in the type
input property.
The available type
values are:
none
success
info
error
warning