To start this thread, I have tried implementing the first example, in which a container contains the cards to be dropped into a dustbin:
https://github.com/reactivetype/elm-dragNdrop/blob/master/src/Components/Dustbin/SingleTarget/Container.elm I could not quite yet grasp how to pass the box Name onDrop event of the dustbin. My goal is to find patterns on how to do this kinda of thing more efficiently and elegantly. Please add comment or share your alternative solution. Rindra On Friday, June 17, 2016 at 11:21:11 PM UTC-7, Rindra Ramamonjison wrote: > > Hi, > > I was looking for a simple example to drag a draggable element into a > dropzone element. > > Something like: > https://gaearon.github.io/react-dnd/examples-nesting-drop-targets.html > > Can we share how we would do this in Elm 0.17? > > Thanks, > > Rindra > > > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
