All Projects → atlassian → React Beautiful Dnd

atlassian / React Beautiful Dnd

Licence: other
Beautiful and accessible drag and drop for lists with React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Beautiful Dnd

dnd
Beautiful and accessible drag and drop for lists with React.
Stars: ✭ 271 (-98.95%)
Mutual labels:  dnd, drag-and-drop, drag, sortable, reordering
Ngx Smooth Dnd
angular wrapper for smooth-dnd
Stars: ✭ 152 (-99.41%)
Mutual labels:  drag-and-drop, drag, sortable, dnd
Angular Skyhook
An implementation of react-dnd for Angular.
Stars: ✭ 146 (-99.43%)
Mutual labels:  drag-and-drop, drag, sortable, dnd
Smooth Dnd
drag and drop library for javascript
Stars: ✭ 408 (-98.42%)
Mutual labels:  drag-and-drop, drag, sortable, dnd
Sortable
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
Stars: ✭ 23,641 (-8.4%)
Mutual labels:  drag-and-drop, drag, sortable, reordering
Dnd Kit
A modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
Stars: ✭ 3,456 (-86.61%)
Mutual labels:  sortable, drag-and-drop, drag
React Movable
🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
Stars: ✭ 1,064 (-95.88%)
Mutual labels:  drag-and-drop, sortable, dnd
React Smooth Dnd
react wrapper components for smooth-dnd
Stars: ✭ 1,560 (-93.96%)
Mutual labels:  drag-and-drop, drag, sortable
Vue Smooth Dnd
Vue wrapper components for smooth-dnd
Stars: ✭ 1,121 (-95.66%)
Mutual labels:  drag-and-drop, drag, sortable
dflex
The sophisticated Drag and Drop library you've been waiting for 🥳
Stars: ✭ 806 (-96.88%)
Mutual labels:  dnd, drag-and-drop, sortable
react-native-dnd-board
A drag and drop Kanban board for React Native.
Stars: ✭ 41 (-99.84%)
Mutual labels:  dnd, drag-and-drop, drag
Easy Dnd
A drag and drop implementation for Vue.js 2 https://codesandbox.io/s/easy-dnd-demo-9mbij https://codesandbox.io/s/easy-dnd-demo-2-xnqbz
Stars: ✭ 202 (-99.22%)
Mutual labels:  drag-and-drop, sortable, dnd
React Native Drag Sort
🔥🔥🔥Drag and drop sort control for react-native
Stars: ✭ 397 (-98.46%)
Mutual labels:  drag-and-drop, drag, sortable
react-dnd-treeview
A draggable / droppable React-based treeview component. You can use render props to create each node freely.
Stars: ✭ 207 (-99.2%)
Mutual labels:  dnd, drag-and-drop
zero-drag
Minimal abstraction of DOM drag-and-drop interactions
Stars: ✭ 17 (-99.93%)
Mutual labels:  drag-and-drop, sortable
dockview
Zero dependency layout manager and builder with ReactJS support
Stars: ✭ 45 (-99.83%)
Mutual labels:  drag-and-drop, drag
React Sortable Tree
Drag-and-drop sortable component for nested data and hierarchies
Stars: ✭ 4,348 (-83.15%)
Mutual labels:  drag-and-drop, sortable
TKinterDesigner
TKinterDesigner is a tool software to develop the Python User Interface for Python programmer.
Stars: ✭ 663 (-97.43%)
Mutual labels:  drag-and-drop, drag
KDRearrangeableCollectionViewFlowLayout
A Drag and Rearrange UICollectionView through its layout
Stars: ✭ 73 (-99.72%)
Mutual labels:  drag-and-drop, drag
Kddraganddropcollectionview
This component allows for the transfer of data items between collection views through drag and drop
Stars: ✭ 476 (-98.16%)
Mutual labels:  drag-and-drop, drag

⚠️ Maintenance & support

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.


react beautiful dnd logo

react-beautiful-dnd (rbd)

Beautiful and accessible drag and drop for lists with React

CircleCI branch npm

quote application example

Play with this example if you want!

Core characteristics

  • Beautiful and natural movement of items 💐
  • Accessible: powerful keyboard and screen reader support ♿️
  • Extremely performant 🚀
  • Clean and powerful api which is simple to get started with
  • Plays extremely well with standard browser interactions
  • Unopinionated styling
  • No creation of additional wrapper dom nodes - flexbox and focus management friendly!

Get started 👩‍🏫

We have created a free course on egghead.io 🥚 to help you get started with react-beautiful-dnd as quickly as possible.

course-logo

Currently supported feature set

  • Vertical lists
  • Horizontal lists
  • Movement between lists (▤ ▤)
  • Virtual list support 👾 - unlocking 10,000 items @ 60fps
  • Combining items
  • Mouse 🐭, keyboard 🎹♿️ and touch 👉📱 (mobile, tablet and so on) support
  • Multi drag support
  • Incredible screen reader support ♿️ - we provide an amazing experience for english screen readers out of the box 📦. We also provide complete customisation control and internationalisation support for those who need it 💖
  • Conditional dragging and conditional dropping
  • Multiple independent lists on the one page
  • Flexible item sizes - the draggable items can have different heights (vertical lists) or widths (horizontal lists)
  • Add and remove items during a drag
  • Compatible with semantic <table> reordering - table pattern
  • Auto scrolling - automatically scroll containers and the window as required during a drag (even with keyboard 🔥)
  • Custom drag handles - you can drag a whole item by just a part of it
  • Able to move the dragging item to another element while dragging (clone, portal) - Reparenting your <Draggable />
  • Create scripted drag and drop experiences 🎮
  • Allows extensions to support for any input type you like 🕹
  • 🌲 Tree support through the @atlaskit/tree package
  • A <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)
  • Independent nested lists - a list can be a child of another list, but you cannot drag items from the parent list into a child list
  • Server side rendering (SSR) compatible - see resetServerContext()
  • Plays well with nested interactive elements by default

Motivation 🤔

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:

Not for everyone ✌️

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.

Documentation 📖

About 👋

Sensors 🔉

The ways in which somebody can start and control a drag

API 🏋️‍

diagram

Guides 🗺

Patterns 👷‍

Support 👩‍⚕️

Read this in other languages 🌎

Creator ✍️

Alex Reardon @alexandereardon

Alex is no longer personally maintaning this project. The other wonderful maintainers are carrying this project forward.

Maintainers

Collaborators 🤝

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].