Gathering detailed insights and metrics for @seastan/react-beautiful-dnd
Gathering detailed insights and metrics for @seastan/react-beautiful-dnd
Gathering detailed insights and metrics for @seastan/react-beautiful-dnd
Gathering detailed insights and metrics for @seastan/react-beautiful-dnd
npm install @seastan/react-beautiful-dnd
Typescript
Module System
Node Version
NPM Version
61.7
Supply Chain
94.4
Quality
81.6
Maintenance
100
Vulnerability
100
License
JavaScript (99.99%)
HTML (0.01%)
Total Downloads
786
Last Day
2
Last Week
4
Last Month
29
Last Year
786
33,471 Stars
820 Commits
2,598 Forks
243 Watching
101 Branches
185 Contributors
Latest Version
13.1.10
Package Id
@seastan/react-beautiful-dnd@13.1.10
Unpacked Size
895.08 kB
Size
200.96 kB
File Count
237
NPM Version
8.5.1
Node Version
12.22.9
Publised On
14 Jun 2024
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
11.5%
29
Compared to previous month
Last year
0%
786
Compared to previous year
78
This library continues to be relied upon heavily by Atlassian products, but we are focused on other priorities right now and have no current plans for further feature development or improvements.
It will continue to be here on GitHub and we will still make critical updates (e.g. security fixes, if any) as required, but will not be actively monitoring or replying to issues and pull requests.
We recommend that you don’t raise issues or pull requests, as they will not be reviewed or actioned until further notice.
[!IMPORTANT]
Update: 3rd April 2024
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
114 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-09
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