Skip to content

Files

Latest commit

b65e50b · Sep 24, 2020

History

History
12 lines (7 loc) · 1.11 KB

2019-12-06.md

File metadata and controls

12 lines (7 loc) · 1.11 KB

Drag and drop is a very human interaction: pick something up and move it somewhere else. react-beautiful-dnd (rbd) is an open source library we created at Atlassian that attempts to reflect the physicality of this human interaction in order to provide a more relatable experience.

Drag and drop is an intuitive way of moving and rearranging elements in Web and Mobile applications. In HTML5, drag and drop is part of the standard — Any element can be draggable, But for advanced interactions and customizations this feature is not sufficient, we need to implement it on our own.

Drag and drop is an intuitive way of moving and rearranging things. We at Atlassian have recently released react-beautiful-dnd which makes drag and drop for lists on the web more beautiful, natural and accessible