Postlagerkarte / blazor-dragdrop

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

[Feature Request] Expose containing div #168

Closed RoniRaad closed 11 months ago

RoniRaad commented 11 months ago

I'm currently using this to allow for reordering of tiles, but the last tile is a button to add more tiles. I have to use javascript to inject my tile into the div for the dropzone. Either allowing a custom container to be passed in or having a way to access it after would be great. Ty!

RoniRaad commented 11 months ago

Realized there was a footer property. All good here.