Skip to content

Instantly share code, notes, and snippets.

View pheidler's full-sized avatar

Pete Heidler pheidler

View GitHub Profile
@pheidler
pheidler / DragDrop.tsx
Last active February 1, 2022 18:18 — forked from mikkokaar/DragDrop.js
react-beautiful-dnd wrapper to add payloads and callback support on draggables and droppables, see https://github.com/atlassian/react-beautiful-dnd/issues/498
/**
* About:
* react-beautiful-dnd wrapper to add payloads and callback support on draggables and droppables
* Source: https://gist.github.com/mikkokaar/5caff07a33f4711aa3dd72a40b4e7a73
* This file extends components from https://github.com/atlassian/react-beautiful-dnd
* Addresses the issues from https://github.com/atlassian/react-beautiful-dnd/issues/498
*
* Usage:
* Import react-beautiful-dnd components from this file instead of from react-beautiful-dnd library
*/