reactnextjs
Tag Input
FormsMulti-tag input field
tagsinputmulti
Installation
$
Usage
tsx
import { TagInput } from "@/components/nonaxial/tag-input"
export default function Example() {
return (
<TagInput>{/* Your content here */}</TagInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |