Code
Last updated
Last updated
You can import the interfaces that are used for the onRemove
and onChange.
This component extends the native <div> API. That's why the className prop is not included in the table.
children
ReactNode
✅
value
string
isRemovable
boolean
isSelectable
boolean
characterLimit
number
tooltipPosition
'top' | 'bottom' | 'right' | 'left';
checked
boolean
defaultChecked
boolean
onRemove
(e: TagRemoveEventProps) => void;
onChange
(e: TagChangeEventProps) => void; }
Live Demo