NeumorUINeumorUI
📖📦
Form

TagInput

Multi-tag input with Enter/comma to add, Backspace to remove, paste support, and max limit.

tsx
1import { TagInput } from "neumorui";

Example

Technologies

ReactTypeScript

Press Enter or comma to add. Backspace to remove.

label
placeholder
maxTags
disabled
error
helperText

Props

PropTypeDefault
valuestring[]-
defaultValuestring[][]
onChange(tags: string[]) => void-
labelstring-
placeholderstring"Type and press Enter..."
maxTagsnumber-
disabledbooleanfalse
errorbooleanfalse
helperTextstring-