theshmover
v1.0.1
Published
thover is a library that lets you make any element on your page movable just by mentioning the 't_movable_box' class.
Downloads
13
Maintainers
Readme
thover is a library that lets you make any element on your page movable just by mentioning the 't_movable_box' class.
Installation
npm i theshmover
CDN
<script src="https://cdn.jsdelivr.net/npm/[email protected]/"> </script>
ES6
import mover from "theshmover";
const mov = new mover();
Features
- Easy use
- Movable
example
<div class="t_movable_box"><!-- your content--></div>
after including thesh mover you just need to add "t_movable_box" class to any element to make it be movable.