Docs
Tags

Tags

Components for tag input and tag list display.

Usage

import { TagInput } from '@/components/ui/tags';
<TagInput
  tags={tags}
  onTagsChange={setTags}
/>