InputTags
An input element that displays interactive tags.
Based on Reka UI InputTags
Key Props
placeholder: to set a placeholder text.color: to change the ring color when the InputTags is focused.variant: to change the appearance of the InputTags.size: to adjust the size of the InputTags.icon: to show an Icon inside the InputTags.avatar: to show an Avatar inside the InputTags.loading: to show a loading icon on the InputTags.disabled: to disable the InputTags.
Usage
<UInputTags
<!-- props here -->
/>