Tag Input
Tag Input component from @bungas/ui
Tag Input component from @bungas/ui
The TagInput component from Bungas UI.
Press Enter to add a tag, Backspace to remove the last one
npm install @bungas/uiimport { TagInput } from "@bungas/ui"import { TagInput } from "@bungas/ui"
export function Example() {
return <TagInput />
}Press Enter to add a tag, Backspace to remove the last one