Skip to content

davve77/DraggableFloatingWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draggable Floating Window

A simple and easy-to-use library for draggability

Example

https://davve77.github.io/DraggableFloatingWindow/example/

The example above uses this library to create a draggable floating window.

More functionality is hopefully coming soon.

Credits

Usage

<script src="https://raw.githubusercontent.com/davve77/DraggableFloatingWindow/main/main.min.js"></script>
new Draggable(elementToDrag).load();