Interactions


Interactions

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.

Interactions & Description (Sr.No.)

1 able to drag

On any DOM element, enable drag-and-drop capabilities.

2 able to drop

Any DOM element can now be dropped.

3 The ability to resize

Any DOM element can now be resized.

4 Choose able

Make a DOM element (or a collection of components) selectable.

5 Sort able

Enable a group of DOM elements to be sortable.