ChipItem()
ChipItem(
props
):null
|ReactElement
Must be used in conjunction with ChipList & ChipGroup and cannot be used outside of ChipList, else will throw error
Color & Size props can be passed in from ChipGroup and overriden on each instance of this components
Order of precedence (from lowest to highest): Design System Defaults of Chip Global Defaults of ChipGroup Instance of ChipGroup Global Defaults of ChipItem Instance of ChipItem
Parameters
props
Omit
<TagProps
, "children"
| "className"
| "style"
> & BaseChipProps
& RefAttributes
<HTMLDivElement
>
Returns
null
| ReactElement