TagItem
type TagItem = object;
Properties
| Property | Type | Description |
|---|---|---|
className? | string | - |
isInteractive? | boolean | isInteractive decides whether hover effect will be on or off |
isTruncated? | boolean | - |
label? | string | - |
onClick? | (label?) => void | - |
onRemove? | () => void | - |
removeLabel? | string | - |
title? | string | - |
variant? | TextVariant | - |