Search results

Chip API in React Chips API component

Represents ChipList Chip model class.

Properties

avatarIconCss

string

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

Defaults to

avatarText

string

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

Defaults to

cssClass

string

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

Defaults to

enabled

boolean

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

Defaults to true

htmlAttributes

{ [key: string]: string }

Allows additional HTML attributes such as aria labels, title, name, etc., and accepts n number of attributes in a key-value pair format.

Defaults to {}

leadingIconCss

string

Specifies the leading icon CSS class for the chip.

Defaults to

text

string

Specifies the text content for the chip.

Defaults to

trailingIconCss

string

Specifies the trailing icon CSS class for the chip.

Defaults to

value

string | number

Defines the value of the chip.

Defaults to