Components for tag input and tag list display.
import { TagInput } from '@/components/ui/tags';
<TagInput tags={tags} onTagsChange={setTags} />