{"id":44948985,"url":"https://github.com/ZiZIGY/vue-dnd-kit","last_synced_at":"2026-03-03T03:00:45.606Z","repository":{"id":285107339,"uuid":"957048043","full_name":"ZiZIGY/vue-dnd-kit","owner":"ZiZIGY","description":"🎯 Modern drag \u0026 drop solution for Vue 3 applications. Simple API, powerful features, zero dependencies.","archived":false,"fork":false,"pushed_at":"2026-03-01T18:27:39.000Z","size":6723,"stargazers_count":177,"open_issues_count":14,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T20:47:34.595Z","etag":null,"topics":["dnd","dnd-kit","drag","drag-and-drop","drag-drop","draggable","dragndrop","drop","sortable","vue-dnd","vue-dnd-kit","vue-drag","vue-drag-and-drop","vue-draggable","vue-drop","vue-dropzone"],"latest_commit_sha":null,"homepage":"https://zizigy.github.io/vue-dnd-kit/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZiZIGY.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-29T12:33:50.000Z","updated_at":"2026-03-01T17:27:59.000Z","dependencies_parsed_at":"2025-05-19T13:53:10.192Z","dependency_job_id":"5eb42a9e-6edf-49e3-943b-b49f18816a56","html_url":"https://github.com/ZiZIGY/vue-dnd-kit","commit_stats":null,"previous_names":["zizigy/vue-dnd-kit"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ZiZIGY/vue-dnd-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiZIGY%2Fvue-dnd-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiZIGY%2Fvue-dnd-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiZIGY%2Fvue-dnd-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiZIGY%2Fvue-dnd-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZiZIGY","download_url":"https://codeload.github.com/ZiZIGY/vue-dnd-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiZIGY%2Fvue-dnd-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30030837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"online","status_checked_at":"2026-03-03T02:00:07.650Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dnd","dnd-kit","drag","drag-and-drop","drag-drop","draggable","dragndrop","drop","sortable","vue-dnd","vue-dnd-kit","vue-drag","vue-drag-and-drop","vue-draggable","vue-drop","vue-dropzone"],"created_at":"2026-02-18T10:03:39.084Z","updated_at":"2026-03-03T03:00:45.601Z","avatar_url":"https://github.com/ZiZIGY.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ZiZIGY/vue-dnd-kit/refs/heads/master/public/logo.svg\" width=\"400\" alt=\"Vue DnD Kit Logo\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A modern, lightweight drag and drop library for Vue 3 applications\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://zizigy.github.io/vue-dnd-kit/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Documentation-Visit-blue?style=flat-square\" alt=\"Documentation\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Status-ready-green.svg\" alt=\"Status: ready\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"License: MIT\"\u003e\n\u003c/p\u003e\n\n## 📋 About\n\nThis repository contains the source code for Vue DnD Kit - a lightweight, high-performance drag and drop toolkit for Vue 3 applications. Inspired by the popular [React DnD Kit](https://dndkit.com/), but specifically designed for the Vue.js ecosystem.\n\n## 🚀 Features\n\n- **Composable API**: Simple composables like `useDraggable` and `useDroppable` for creating drag and drop interfaces\n- **High Performance**: Built with performance in mind using efficient algorithms and optimizations\n- **TypeScript Support**: Written in TypeScript for better developer experience and code reliability\n- **Accessibility**: Designed with accessibility in mind, supporting keyboard navigation and screen readers\n- **Flexible**: Create custom drag overlays, handles, and complex nested interfaces\n\n## 📦 Repository Structure\n\nThe repository is organized into several packages:\n\n- **packages/core**: The main package with core drag and drop functionality\n- **packages/components**: (Coming soon) Ready-to-use components built on top of the core library\n- **packages/utils**: (Coming soon) Utility functions for advanced customization\n- **packages/devtools**: (Coming soon) Developer tools for debugging and optimizing\n- **docs**: Documentation site built with VitePress\n\n## 📖 Documentation\n\nVisit our [documentation site](https://zizigy.github.io/vue-dnd-kit/) for guides, API references, and examples.\n\n## 🔧 Dependencies\n\n- Vue 3\n- VueUse\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\u003cp align=\"center\"\u003eMade with ❤️ for the Vue.js community\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZiZIGY%2Fvue-dnd-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZiZIGY%2Fvue-dnd-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZiZIGY%2Fvue-dnd-kit/lists"}