TagsInput
A component for inputting tags.
TagsInput is a flexible input component for letting users add and remove tags.
Anatomy
- TagsInput: the main context provider and container.
- TagsInputInput: the text input and add button.
- TagsInputList: renders a list of TagsInputTag for current tags.
- TagsInputTag: displays a tag with a remove button.
- TagsInputErrorMessage: displays errors (such as duplicate or invalid tag).
- TagsInputInfo: tooltip for user instructions.