Gathering detailed insights and metrics for react-beautiful-dnd-next
Gathering detailed insights and metrics for react-beautiful-dnd-next
Gathering detailed insights and metrics for react-beautiful-dnd-next
Gathering detailed insights and metrics for react-beautiful-dnd-next
npm install react-beautiful-dnd-next
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
33,436 Stars
820 Commits
2,586 Forks
243 Watching
106 Branches
184 Contributors
Updated on 28 Nov 2024
JavaScript (99.99%)
HTML (0.01%)
Cumulative downloads
Total Downloads
Last day
-36.8%
2,974
Compared to previous day
Last week
-13.7%
19,624
Compared to previous week
Last month
8.9%
87,510
Compared to previous month
Last year
-11.2%
1,166,326
Compared to previous year
8
1
67
Hey all,
We are taking the next step in saying thank you and goodbye to our friend react-beautiful-dnd
.
react-beautiful-dnd
on npm. When we do you will start to get console warnings in your build tools.react-beautiful-dnd
Github repository (it will become read only).Thank you everybody for your support of this project.
We have created a free course on egghead.io
🥚 to help you get started with react-beautiful-dnd
as quickly as possible.
<table>
reordering - table pattern<Draggable />
@atlaskit/tree
package<Droppable />
list can be a scroll container (without a scrollable parent) or be the child of a scroll container (that also does not have a scrollable parent)react-beautiful-dnd
exists to create beautiful drag and drop for lists that anyone can use - even people who cannot see. For a good overview of the history and motivations of the project you can take a look at these external resources:
There are a lot of libraries out there that allow for drag and drop interactions within React. Most notable of these is the amazing react-dnd
. It does an incredible job at providing a great set of drag and drop primitives which work especially well with the wildly inconsistent html5 drag and drop feature. react-beautiful-dnd
is a higher level abstraction specifically built for lists (vertical, horizontal, movement between lists, nested lists and so on). Within that subset of functionality react-beautiful-dnd
offers a powerful, natural and beautiful drag and drop experience. However, it does not provide the breadth of functionality offered by react-dnd
. So react-beautiful-dnd
might not be for you depending on what your use case is.
The ways in which somebody can start and control a drag
<DragDropContext />
- Wraps the part of your application you want to have drag and drop enabled for<Droppable />
- An area that can be dropped into. Contains <Draggable />
s<Draggable />
- What can be dragged aroundresetServerContext()
- Utility for server side rendering (SSR)<DragDropContext />
responders - onDragStart
, onDragUpdate
, onDragEnd
and onBeforeDragStart
<Draggable />
sinnerRef
draggableId
and droppableId
sdoctype
TypeScript
and flow
: type information<svg>
sreact-beautiful-dnd
<Draggable />
s during a drag (11.x behaviour) - ⚠️ Advanced<Draggable />
- Using our cloning API or your own portalAlex Reardon @alexandereardon
Alex is no longer personally maintaning this project. The other wonderful maintainers are carrying this project forward.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 10/13 approved changesets -- score normalized to 7
Reason
6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
113 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More