Interactions

Interactions could be added basic mouse-based behaviours to any element. Using with interactions, We can create sortable lists, resizeable elements, drag & drop behaviours.Interactions also make great building blocks for more complex widgets and applications.

Sr.No.Interactions & Description
1Drag ableEnable drag able functionality on any DOM element.
2Drop ableEnable any DOM element to be drop able.
3Resize ableEnable any DOM element to be resize-able.
4Select ableEnable a DOM element (or group of elements) to be selectable.
5Sort ableEnable a group of DOM elements to be sortable.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *