Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
404 stars 96 forks source link

Mark elements as draggable #58

Open seriouz opened 4 years ago

seriouz commented 4 years ago

How can i mark any element as draggable so that i can move it to any zones?

StefH commented 4 years ago

@seriouz Would this work when using Accepts?

Restrict Drop: (executes the give accept func before accepting the draggable)

<Dropzone Accepts='(d) => d.Gender == "Male"'>

</Dropzone>

see https://github.com/Postlagerkarte/blazor-dragdrop#features