Studiov0.6.0

TagInput

Tier 1shadcn
Inputs

A multi-value input that adds entered text as removable tags/chips.

Live Preview

stewardshipPRT

Code

import { TagInput } from "@regen/ui";

<TagInput />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Email recipient lists
  • Label/tag management
  • Multi-keyword filters

Do

  • Allow keyboard entry with Enter/comma
  • Show tag count limit if applicable

Don't

  • Don't use for structured data — use Select with multi
  • Don't allow duplicate tags without warning