Tag API
API reference docs for theTagcomponent. For examples and details on the usage of this component, visit the component demo page.
Props
| Prop | Type | Description | Default |
|---|---|---|---|
| adornmentEnd? | React.ReactNode | The icon to be displayed at the end of the component | _ |
| adornmentStart? | React.ReactNode | The icon to be displayed at the start of the component | _ |
| children | React.ReactNode | The content of the component | _ |
| draggable? | boolean | Pass as HTML draggable element for better accessibility | false |
| size? | 'standard' | 'large' | The size of the Tag | 'standard' |
| isDisabled? | boolean | Whether the tag is disabled. | false |