Chip
The Chip component represents an input, attribute or action. It allows the user to enter information, make selections, filter content or trigger actions.
Properties
Name | Type | Default | Description |
---|---|---|---|
label | node | Defines the text label for the chip. | |
clickable | bool | false | If true, the chip appears clickable and will raise when pressed. |
disabled | bool | false | If true, the chip is disabled. |
Style Attributes
Name | Type | Default | Description |
---|---|---|---|
variant | filled outlined string | filled | Defines the display type to use. |
size | small medium string | medium | Defines the size of the chip. |
For more detail on the Chip component, see the MUI developer docs.