react-autocomplete-tagbox
Version:
React Autocomplete Tagbox is a modern, customizable React component for tag input with optional autocomplete. Effortlessly add, remove, and select tags with keyboard or mouse. Supports both free-form and restricted tag entry, smart suggestions, and a clea
105 lines (104 loc) • 2.63 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "react-autocomplete-tagbox",
"version": "1.0.1",
"description": "React Autocomplete Tagbox is a modern, customizable React component for tag input with optional autocomplete. Effortlessly add, remove, and select tags with keyboard or mouse. Supports both free-form and restricted tag entry, smart suggestions, and a clean, accessible UI. Perfect for forms, search bars, and dynamic filters. Easy to integrate and fully styleable to match your project.",
"license": "MIT",
"author": "Amrit Utsav",
"files": [
"dist/",
"lib/",
"index.ts"
],
"keywords": [
"react",
"tags",
"tag",
"autocomplete",
"tag input",
"tagbox",
"chips",
"chip",
"chip input",
"multi select",
"multiselect",
"input",
"react component",
"react tags",
"react autocomplete",
"react tag input",
"react tagbox",
"react chips",
"react chip input",
"tag selector",
"tag picker",
"tag field",
"suggestion",
"suggestions",
"react suggestion input",
"react tag autocomplete",
"react tag selector",
"react tag picker",
"react tag field",
"form",
"ui",
"accessibility",
"typescript",
"dynamic tags",
"dynamic input",
"custom input",
"custom tags",
"search",
"search bar",
"filter",
"filter input",
"token input",
"tokenizer",
"react-token-input",
"react-multiselect",
"react-multitag",
"react-multichip",
"chakra-ui",
"chakra",
"react-chakra-ui",
"react-chakra",
"react-autocomplete-tagbox",
"autocomplete tagbox",
"chip tags",
"react tags",
"react-tags",
"material-ui",
"mui",
"ant-design",
"semantic-ui",
"input field",
"input component",
"react input",
"react input component"
],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c --bundleConfigAsCjs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"react": "^19.1.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"@types/react": "^19.1.6",
"rollup": "^4.41.1",
"rollup-plugin-postcss": "^4.0.2"
},
"dependencies": {
}
}