
Setting up react-beautiful-dnd in React App
8 June 2023

Aviral Jain
Want to apply drag and drop to your React Application? Here's how you do it.
React.js
JavaScript
react-beautiful-dnd is a React library to apply beautiful and accessible drag and drop for list elements.
Installation
- Open terminal with your project directory and install
react-beautiful-dnd. # yarn
$ yarn add react-beautiful-dnd
# npm
$ npm install react-beautiful-dnd
For further read, click here