You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <spanclass="prop-name">children</span> | <spanclass="prop-type">unsupportedProp || This property isn't supported. Use the `component` property if you need to change the children structure. |
15
16
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object || Override or extend the styles applied to the component. See [CSS API](#css-api) below for more details. |
16
17
| <spanclass="prop-name">icon</span> | <spanclass="prop-type">node || The icon element. |
17
18
| <spanclass="prop-name">label</span> | <spanclass="prop-type">node || The label element. |
| <spanclass="prop-name">children</span> | <spanclass="prop-type">unsupportedProp || This property isn't supported. Use the `component` property if you need to change the children structure. |
16
17
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object || Override or extend the styles applied to the component. See [CSS API](#css-api) below for more details. |
17
18
| <spanclass="prop-name">clickable</span> | <spanclass="prop-type">bool | <spanclass="prop-default">false</span> | If true, the chip will appear clickable, and will raise when pressed, even if the onClick property is not defined. This can be used, for example, along with the component property to indicate an anchor Chip is clickable. |
18
19
| <spanclass="prop-name">component</span> | <spanclass="prop-type">union: string |<br> func |<br> object<br> | <spanclass="prop-default">'div'</span> | The component used for the root node. Either a string to use a DOM element or a component. |
| <spanclass="prop-name">children</span> | <spanclass="prop-type">unsupportedProp || This property isn't supported. Use the `component` property if you need to change the children structure. |
15
16
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object || Override or extend the styles applied to the component. See [CSS API](#css-api) below for more details. |
16
17
| <spanclass="prop-name">disabled</span> | <spanclass="prop-type">bool | <spanclass="prop-default">false</span> | If `true`, the tab will be disabled. |
17
18
| <spanclass="prop-name">icon</span> | <spanclass="prop-type">node || The icon element. |
0 commit comments