Skip to content

Tag events

EventsDescription
onClick(optional) will be called on a click event. Returns an object with the native event: { event }.
onDelete(optional) will be called on a click event. Returns an object with the native event: { event }. This prop does not support icon and will be ignored if onClickis defined.