MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / TagInputProps

Interface TagInputProps

src/showcase/components/input/TagInput.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { X } from 'lucide-react'
5
6interface TagInputProps {
7 unique: boolean
8}
9
10const TagInput: React.FC<TagInputProps> = ({ unique = false }) => {
11 const [keywords, setKeywords] = useState<string[]>(['ansub', 'syntax'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected