ChipComponent
Displays a Chip that represents an input, attribute, or action.
<kendo-chip label="Chip Label"></kendo-chip>
Selector
kendo-chip
Inputs
Name | Type | Default | Description |
---|---|---|---|
avatarSettings |
|
Use these settings to render an avatar within the Chip. | |
disabled |
|
|
If set to |
fillMode |
|
|
Sets the background and border styles of the Chip. See Chip Appearance. |
icon |
|
Defines the name for an existing icon in a Kendo UI theme.
The icon is rendered inside the Chip by a | |
iconClass |
|
Defines a CSS class, or multiple classes separated by spaces,
applied to a | |
label |
|
Sets the label text of the Chip. | |
removable |
|
|
Specifies if the Chip is removable.
If set to |
removeIcon |
|
Specifies a custom remove font icon class to render when the Chip is removable. see example | |
removeSvgIcon |
|
Specifies a custom remove SVG icon to render when the Chip is removable. | |
rounded |
|
|
Sets the border radius of the Chip. See Chip Appearance. |
selected |
|
|
Specifies the selected state of the Chip. |
size |
|
|
Sets the padding of the Chip. See Chip Appearance. |
svgIcon |
|
Defines an | |
themeColor |
|
|
Sets a predefined theme color for the Chip. The theme color applies as a background and border color and adjusts the text color. See Chip Appearance. |
Events
Name | Type | Description |
---|---|---|
contentClick |
|
Fires when the user clicks the content of the Chip. |
remove |
|
Fires when the user clicks the remove icon of the Chip. |
Methods
blur |
---|
Blurs the Chip component. |
focus |
---|
Focuses the Chip component. |