Any element might have simple mouse-based interactions added to it. We can design sortable lists, resizeable items, and drag-and-drop behaviours with interactions. Interactions can also be used to create more complicated widgets and applications.
On any DOM element, enable drag-and-drop capabilities.
Any DOM element can now be dropped.
Any DOM element can now be resized.
Make a DOM element (or a collection of components) selectable.
Enable a group of DOM elements to be sortable.
|