HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
800 stars 184 forks source link

Draggable Div #104

Closed abdullahniazi96 closed 3 years ago

abdullahniazi96 commented 3 years ago

Is there any to apply this feature Draggable Block on this package. I tried to the best of my knowledge but didn't work.

If we can embed this feature into this it will be an amazing addition

This chunk of code is even allowing the divs to be dragged on to on another.

Is there a way to create a block with this property.

HansSchouten commented 3 years ago

Hi, thanks for the suggestion but at the moment I unfortunately don't have the time to add support for that. Also responsiveness would be a challenge with blocks that have a fixed x,y coordinate. It is difficult to decide what to do on different breakpoints. That is why layered/nested element structures is used on most websites at the moment.

abdullahniazi96 commented 3 years ago

OK