-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Drag and Drop Components #1651
Comments
Does react-beautiful-dnd support dragging/dropping between multiple react contexts? In Kibana various parts which could get integrated via DnD originate from individual |
@flash1293 This is a good item to add to the evaluation criteria. At the very least we can make note of support if all options are lacking. |
I'll just write down some things which will probably be needed in the future - they don't necessarily have to be directly supported by the EUI solution, but it would be nice if they could be considered:
|
@thompsongl Do we think this original ticket has been satisfied and can close for more specific issues/feature requests? |
Yes. I'll get a couple high-level feature tickets made and close this |
Closing in favor of more granular issues and feature requests. |
Drag and Drop. DragNDrop. DnD. Draggable. Droppable. Reorderable. Sortable. We need 'em all.
Approach for creating generic components that can be used throughout the applications already implementing (or needing to implement) the various flavors of drag and drop UI:
Existing issue reference: #1569 #1425 #313
Update (ongoing):
Extension
react-beautiful-dnd
is remains the extension targetEUI Opinions
EuiDroppable
) or child element (EuiDraggable
) via classesReactElement
s (no naked strings or numbers)EUI Features
react-beautiful-dnd
does not natively support thismove
reorder
duplicate
The text was updated successfully, but these errors were encountered: