https://github.com/pintu544/drag_drop
drag drop using html/css/js for a square object.
https://github.com/pintu544/drag_drop
html-css-javascript
Last synced: 2 months ago
JSON representation
drag drop using html/css/js for a square object.
- Host: GitHub
- URL: https://github.com/pintu544/drag_drop
- Owner: pintu544
- Created: 2023-05-11T15:26:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T15:36:15.000Z (about 2 years ago)
- Last Synced: 2025-02-10T09:41:42.804Z (4 months ago)
- Topics: html-css-javascript
- Language: JavaScript
- Homepage: https://pintu544.github.io/drag_drop/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drag_drop
This is a simple implementation of drag and drop using HTML/CSS/JS.
It allows the user to drag a blue square around the screen, and drop it inside a gray "dropzone" object.
How to Use
To use this implementation in your own project, follow these steps:
Copy and paste the HTML, CSS, and JS code into your own files.
Link to the CSS and JS files in the HTML file using and tags.</p>
<p>Customize the code as needed to fit your specific requirements.</p>