Skip to content

Eggn886/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();

About

Turn any HTML element into a draggable window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.9%
  • HTML 27.7%
  • CSS 25.4%