Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 631 Bytes

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 631 Bytes

resizable.jsβ

Resize any DOM element with just one line of code.

Getting started

  • Add resizable.css and resizable.js to your project
  • Create a DOM element
  • Initialize a new Resizable instance
  • Enjoy!

Usage

<div id="example"></div>
const element = document.getElementById("example");
new Resizable(element);

Demo

Authors

Please feel free to open an issue or a pull request.