{"id":23668741,"url":"https://github.com/johmun/vue-tags-input","last_synced_at":"2025-04-14T02:57:34.534Z","repository":{"id":28074733,"uuid":"115438624","full_name":"JohMun/vue-tags-input","owner":"JohMun","description":"A tags input component for VueJS","archived":false,"fork":false,"pushed_at":"2024-02-16T12:33:51.000Z","size":5985,"stargazers_count":958,"open_issues_count":93,"forks_count":137,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T02:57:28.590Z","etag":null,"topics":["autocomplete","javascript","tags","tagsinput","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"http://www.vue-tags-input.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohMun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-26T16:38:58.000Z","updated_at":"2025-03-30T23:22:39.000Z","dependencies_parsed_at":"2024-01-14T17:05:20.291Z","dependency_job_id":"084c6681-d9fd-4798-be0a-a9f8543c8431","html_url":"https://github.com/JohMun/vue-tags-input","commit_stats":{"total_commits":174,"total_committers":10,"mean_commits":17.4,"dds":"0.13218390804597702","last_synced_commit":"294026aeed583154df3aeaf9f8007136404c132e"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohMun%2Fvue-tags-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohMun%2Fvue-tags-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohMun%2Fvue-tags-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohMun%2Fvue-tags-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohMun","download_url":"https://codeload.github.com/JohMun/vue-tags-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813786,"owners_count":21165632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","javascript","tags","tagsinput","vue-components","vuejs"],"created_at":"2024-12-29T08:13:52.970Z","updated_at":"2025-04-14T02:57:34.515Z","avatar_url":"https://github.com/JohMun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-tags-input\n\nA tags input component for VueJS with autocompletion, custom validation, templating and much more\n\n[Demo \u0026 Docs](http://www.vue-tags-input.com)\n\n## Features\n\n* No dependencies\n* Custom validation rules\n* Hooks: Before adding, Before deleting ...\n* Edit tags after creation\n* Fast setup\n* Works with Vuex\n* Small size: 34kb minified (css included) | gzipped 9kb\n* Autocompletion\n* Many customization options\n* Own templates\n* Delete tags on backspace\n* Add tags on paste\n* Examples \u0026 Docs\n\n## Install\n\nNPM\n```\nnpm install @johmun/vue-tags-input\n```\n\nCDN\n```\n\u003cscript src=\"https://unpkg.com/@johmun/vue-tags-input/dist/vue-tags-input.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\n```html\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cvue-tags-input\n      v-model=\"tag\"\n      :tags=\"tags\"\n      @tags-changed=\"newTags =\u003e tags = newTags\"\n    /\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\n```javascript\n\u003cscript\u003e\nimport VueTagsInput from '@johmun/vue-tags-input';\n\nexport default {\n  components: {\n    VueTagsInput,\n  },\n  data() {\n    return {\n      tag: '',\n      tags: [],\n    };\n  },\n};\n\u003c/script\u003e\n```\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n\nCopyright (c) 2019 Johannes Munari\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohmun%2Fvue-tags-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohmun%2Fvue-tags-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohmun%2Fvue-tags-input/lists"}