George Y.
George Y.
Hi. Could you make 2 screenshots: what you have and what you need?
In your case `task 1` would have dynamic color. That's unexpected UI. But if that's what you want, you can try to do something like: ``` import React from 'react';...
Hi. Any problem with `renderItem`? Do you have any screenshots to share?
Hi! Animations are not supported out of the box yet. You can try to use `ReactTransitionGroup` within your `renderItem` method. Feel free to share results if things work out for...
Hello. Would you like to help, creating a fix PR? =]
Hello! The html5 draggable is used here. You can try to find a polyfill, which can be included during the export.
Check #65 for now
I consider adding `onStart: (dragItem: Item) => void` and `onCancel: () => void` callbacks, so you can know what and when is being dragged to adjust rendering accordingly. But for...
`disableDrag` prop is added now as well for convenience.
Archived