ComponentsForms
TagsInput
Tag entry for labels, segments, and operational metadata
TagsInput accepts free-form labels. Press Enter or comma to add a tag, Backspace to remove the last empty tag, or paste comma-separated values.
Import
import { TagsInput } from '@nim-ui/components';Basic Usage
priorityvip
Code
<TagsInput value={tags} onChange={setTags} name="labels" maxTags={6} />