@fire-moon-studio/draggable-js
v1.4.0
Published
Library for animating HTML elements
Maintainers
Readme
@fire-moon-studio/draggable-js
A simple library to enable drag-and-drop functionality for HTML elements using only the data-draggable="true" attribute.
Description
@fire-moon-studio/draggable-js is a lightweight library that helps you make any HTML element draggable easily without any external dependencies, simply by adding the data-draggable="true" attribute to the element.
Usage
- Add the script to your page:
<script src="https://unpkg.com/@fire-moon-studio/draggable-js/dist/bundle.js"></script>- Add the
data-draggable="true"attribute to the element you want to make draggable:
<div data-draggable="true" style="width:100px; height:100px; background:#3498db; cursor:move;">
Drag me
</div>Publisher
FireMoon Studio
License
MIT License
