1.0.1 • Published 10 months ago

theshmover v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Built with JavaScript

MIT License

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/theshmover@1.0.0/"> </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.

1.0.1

10 months ago

1.0.0

10 months ago