{"id":22328610,"url":"https://github.com/qrailibs/dragndrop.js","last_synced_at":"2026-04-15T07:36:34.240Z","repository":{"id":110318801,"uuid":"336758529","full_name":"qrailibs/dragndrop.js","owner":"qrailibs","description":"JavaScript Library for creating Drag \u0026 Drop: Draggable elements and Drop zones","archived":false,"fork":false,"pushed_at":"2021-02-07T11:12:51.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T06:32:03.539Z","etag":null,"topics":["drag","drag-and-drop","draggable","drop","html","js","js-framework","js-library","library","ui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/qrailibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-07T10:25:31.000Z","updated_at":"2023-09-27T19:54:42.000Z","dependencies_parsed_at":"2023-04-06T04:01:11.101Z","dependency_job_id":null,"html_url":"https://github.com/qrailibs/dragndrop.js","commit_stats":null,"previous_names":["ultralib/dragndrop.js","qrailibs/dragndrop.js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qrailibs/dragndrop.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrailibs%2Fdragndrop.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrailibs%2Fdragndrop.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrailibs%2Fdragndrop.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrailibs%2Fdragndrop.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qrailibs","download_url":"https://codeload.github.com/qrailibs/dragndrop.js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrailibs%2Fdragndrop.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274989765,"owners_count":25386552,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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":["drag","drag-and-drop","draggable","drop","html","js","js-framework","js-library","library","ui"],"created_at":"2024-12-04T03:13:06.267Z","updated_at":"2026-04-15T07:36:29.206Z","avatar_url":"https://github.com/qrailibs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![dragndrop](https://via.placeholder.com/800x400/232424/0afc77?text=dragndrop.js) \n\ndragndrop.js is lightweight javascript micro-framework to create drag \u0026 drop functionality, Easy-to-use. \n\n# Installation\n1. Copy code of src/dragndrop.min.js\n2. Create file dragndrop.min.js in your project dist folder\n3. Write `\u003cscript src=\"dist/dragndrop.min.js\"\u003e\u003c/script\u003e` in your .html page\n\n# How to Use\nYou have to simply initialize drop zone (where elements will be dropped) and\ndraggables (elements that will be dragged):\n```html\n\u003cdiv id=\"drop-zone\"\u003e\u003c/div\u003e\n\u003cdiv class=\"draggable\"\u003eDraggable\u003c/div\u003e\n\u003cdiv class=\"draggable\"\u003eDraggable\u003c/div\u003e\n\u003cdiv class=\"draggable\"\u003eDraggable\u003c/div\u003e\n\n\u003cscript src=\"dist/dragndrop.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\ndragndrop.dropZone('#drop-zone');\ndragndrop.draggable('.draggable');\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqrailibs%2Fdragndrop.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqrailibs%2Fdragndrop.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqrailibs%2Fdragndrop.js/lists"}