0.1.10 • Published 6 years ago

@dragon/utils v0.1.10

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Dragon (dragon.js)

Total rewrite of drag&drop javascript library dragula.js into shiny new library with SOLID design principles. ( work in progress!!! )

:warning: WARNING

THIS LIBRARY IS UNFINISHED AND STILL UNDER DEVELOPMENT, CODE CAN BE CHANGED OR REFACTORED ANYTIME. THIS LIBRARY IS NOT READY TO BE USED. IF YOU WANT TO BE NOTIFIED WHEN IT WILL BE READY, LET ME KNOW ON MY MAIL LUCKYLOOKE@GMAIL.COM

CURRENT STATE!!!

I have desparatelly trying to find time for this, but I am not much successful. So I cannot promise anything then I would love to continue on this but I dont know when it will be. Really sorry about that :/

My plan here.

Installation

npm install dragon

* many thanks to Enrico Marino (@onirame) for transferring ownership of his dragon npm package in favor of this project.

Projects with module bundler:

import Dragon from 'dragon';
new Dragon( config );

Projects without module bundler:

<script src='./dragon.js'></script>

Quick example

Projects with module bundler:

import Dragon from 'dragon';
new Dragon( document.getElementsByClassName('container') );

Projects without module bundler:

new Dragon( document.getElementsByClassName('container') );

Special thanks

I want to specially thank to Joe Hill for releasing the 'dragon' npm username in favor of the dragon library, so I was able to create @dragon organisation. So plugins of the library can be namespaces under @dragon/plugin-name

How can you contribute?

You can ask me on email (luckylooke@gmail.com), we can diskuss your skills and then I can share some tasks with you

How can you support the project?

This is my free time project now, so you can donnate the project to speed it up, more money I get, less time I need to work elsewhere.

paypal

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago