TagsInput
The <TagsInput />
component can be used to collect a list of inputs from the user.
import { TagsInput } from 'minerva-ui';
Props
These are props related to the Tags Input component.
Name | Type | Is Required | Default | Description |
---|---|---|---|---|
tags | [string] | required | false | Array of tags to display |
onClickIcon | function | required | none | Action to take when the icon is clicked |