Non-Interactive Draggable Element
- The draggable element doesn't have functionality that checks the movement effect on siblings.
- It's triggered by the mouse event. Dragging can be added to the entire element or to the handler (icon). No need to add an extra API.
- Adding restrictions can be done easily through the draggable function which feeds on X and Y. Freezing any of mouse coordinates input will restrict the movement horizontally or vertically.