Chip 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.
By default the type
value is set to none
.To use the predefined styles for each chip type, pass a value in the type
property.
The allowed values for the type
are:
none
info
error
success
warning