Tag
Label, categorize, or organize items using keywords that describe them.
<Tag>Truckload</Tag>
Usage
Removable
Set the isRemovable
prop to render a remove button within the tag. Can also be triggered by
Backspace/Delete key.
<Tag isRemovable>Truckload</Tag>
Click-to-copy
Set the isCopyable
prop to enable click-to-copy functionality.
<Tag isCopyable>Truckload</Tag>
Removable
Set the isRemovable
prop to render a remove button within the tag. Can also be triggered by
Backspace/Delete key.
<Tag isRemovable>Truckload</Tag>
Disabled
To indicate that a tag is disabled, set the isDisabled
prop.
<Tag isDisabled>Truckload</Tag>
Adornments
To add a leading adornment to a tag, set the startAdornment
prop.
<Tag isRemovable startAdornment={<Flatbed size="small" />}> Truckload </Tag>
Props
as?The root element to be rendered