Chip
#
Exampleschip×
#
CapitalizedMake the first letter of chip text capital by adding capitalize
chip×
#
Front ContentAdd an extra content in front of the chip by frontContent
prop.
chip×
#
APIName | Type | Default | Description |
---|---|---|---|
capitalize | boolean | false | Make the first letter of chip text capital |
onClick | function | Define click handler for cancel icon | |
children | React.ReactNode | Shows chip text | |
frontContent | string | Add an extra content in front of the chip |