elm-dnd icon indicating copy to clipboard operation
elm-dnd copied to clipboard

adding the ability to style dragged div

Open kjda opened this issue 7 years ago • 1 comments

kjda avatar Mar 14 '17 01:03 kjda

Hi @kjda Thank you for your work.

Why do you need this feature? Since you can use any render function for dragged element http://package.elm-lang.org/packages/ir4y/elm-dnd/2.0.0/DnD#dragged you can add your styles there. Is it not enough?

As for me this styles https://github.com/ir4y/elm-dnd/blob/master/src/DnD.elm#L302 should be internal and do not need to be overridden.

ir4y avatar Mar 14 '17 13:03 ir4y