mayank091193/quasar-draggable-tree

Codepen example

Closed this issue · 6 comments

may you add a codepen demo?

@JTrotta I can add the codepan demo. But I have added the demo with code at https://quasar-draggable-tree.netlify.app/examples. You can check it out. Please note, this is the initial version and you may not find a feature you want. I'll add more features and of course fix the bugs in future versions.

Thank you, but I need a UMD example. I tried to use it in codepen but got some errors. It would be useful to check it on yours codepen.

Unfortunately, UMD is not possible. This is a Quasar App Extension and App Extensions are designed specifically for Quasar CLI only. This means that you will not be able to install them or run them in Vue CLI or UMD environments.

As mentioned here (As a Warning): https://quasar.dev/app-extensions/introduction

Yes of course, but it can be modified into Vue.component({)} like this:
https://codepen.io/joesaad/details/vajVYx

Hey @JTrotta ,

I have created the codepen demo for QDraggableTree. Check it out. Also, I have fixed a few things as well which I'll update in the NPM package.

https://codepen.io/mayank091193/pen/pogEjVK

I hope, this will help you.

I'm closing due to inactivity