vue-draggable-resizable
vue-draggable-resizable copied to clipboard
How to create a new draggable and resizable element dynamically
Hi @mauricius ,
Great job! I have a question.
I'm making an report designer for PDF with pdfmake library and I need to bring from external toolset an element into a virtual document page, and with your library i want to resize and move around. Do you have an example for this?
Alternatively i can use an external button that dynamically generate the draggable element directly into virtual document page, then the next question is: Can i make as many draggable element i need, or 'cause browser performance do you think should i worry about?
Thanks for your time.