ChipProps
Represents the properties of Chip component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to an HTML aria-describedby attribute. For example, these elements could contain an error or a hint message. jsx
| |
ariaLabel? |
|
Represents the label of the Chip component. jsx
| |
avatar? |
|
Determines if the Chip has an avatar. jsx
| |
children? |
|
The React elements that will be rendered as custom content inside the Chip. jsx
| |
className? |
|
Sets additional classes to the Chip. jsx
| |
dataItem? |
|
Represents the item data, coming from the jsx
| |
dir? |
|
The Chip direction 'ltr' as default or 'rtl'. jsx
| |
disabled? |
|
Determines if the Chip is disabled. jsx
| |
fillMode? |
|
|
Configures the
jsx
|
icon? |
|
Determines if the Chip has a font jsx
| |
id? |
|
Sets the jsx
| |
onBlur? |
|
Triggered on jsx
| |
onClick? |
|
Triggered on jsx
| |
onDoubleClick? |
|
Triggered on jsx
| |
onFocus? |
|
Triggered on jsx
| |
onKeyDown? |
|
Triggered on jsx
| |
onMouseDown? |
|
Triggered on jsx
| |
onMouseEnter? |
|
Triggered on jsx
| |
onMouseLeave? |
|
Triggered on jsx
| |
onMouseMove? |
|
Triggered on jsx
| |
onMouseOut? |
|
Triggered on jsx
| |
onMouseOver? |
|
Triggered on jsx
| |
onMouseUp? |
|
Triggered on jsx
| |
onRemove? |
|
Triggered on Chip removing. jsx
| |
removable? |
|
Determines if the Chip could be removed. jsx
| |
removeIcon? |
|
Determines if the Chip has custom font jsx
| |
removeSvgIcon? |
|
Determines if the Chip has custom SVG jsx
| |
rounded? |
|
|
Configures the
jsx
|
selected? |
|
Determines if the Chip is selected. jsx
| |
selectedIcon? |
|
Determines if the Chip has custom selection font jsx
| |
selectedSvgIcon? |
|
Determines if the Chip has custom selection SVG jsx
| |
size? |
|
|
Configures the
jsx
|
style? |
|
Sets additional CSS styles to the Chip. jsx
| |
svgIcon? |
|
Determines if the Chip has an SVG jsx
| |
tabIndex? |
|
Sets the jsx
| |
text? |
|
Sets the label text of the Chip. jsx
| |
themeColor? |
|
|
Configures the
jsx
|
value? |
|
Sets the jsx
|