HTFML / chinese-poker

3 stars 2 forks source link

Drag and drop Card #58

Open pavel-ilin opened 4 years ago

pavel-ilin commented 4 years ago

Fixes for issue: #43

Context: In order to make drag and drop working we need component which we will drag and component which represent par of the screen where we drop component. In our case, Card is draggle component, DropSite is a part of the screen where we drop the Card.

Work in progress, no need to merge!