Search results

ChipModel API in Vue Chips API component

Properties

avatarIconCss

string

Specifies the icon CSS class for the avatar in the chip.

avatarText

string

Specifies the customized text value for the avatar in the chip.

cssClass

string

Specifies the custom classes to be added to the chip element used to customize the ChipList component.

enabled

boolean

Specifies a value that indicates whether the chip component is enabled or not.

htmlAttributes

{ [key: string]: string }

Specifies the additional HTML attributes, such as title, styles, class, id, and name, in a key-value pair format and appended to the chip item element of the Chip component. If both the property and equivalent HTML attributes are configured, then the component overrides the property value with the HTML attributes.

leadingIconCss

string

Specifies the leading icon CSS class for the chip.

leadingIconUrl

string

Specifies the leading icon url for the chip.

text

string

Specifies the text content for the chip.

trailingIconCss

string

Specifies the trailing icon CSS class for the chip.

trailingIconUrl

string

Specifies the trailing icon url for the chip.

value

string | number

Defines the value of the chip.