lww.js
v0.3.2
Published
A lightweight javascript windowing library. Provides a few basic operations: Resize, collapse, close and maximize. This library is primarily meant for being able to spawn a window with arbitrary content - I.E it works best as being nothing but a wrapper a
Downloads
1
Maintainers
Readme
drag-resize-snap
Provides the ability to drag, re-size, and snap any html element with pure javascript in only 6.37kb minified!
Javascript windowing library based on drag-resize-snap by arctelix ( https://github.com/arctelix/drag-resize-snap ). What's different in this version: It is more similar to a desktop-style window, with buttons to support closing, minimizing and maximizing the window. Also this version supports multiple windows.
installation:
Manually add drs.js to your project directory or download with Bower:
npm install lww.js
Usage:
TODO, see demo/ to see how it is used.