Conversation
|
Preview available at https://dioxuslabs.github.io/components/pr-preview/pr-198/ |
|
@ealmloff I would like to introduce a new component to the Dioxus collection. |
|
We need keyboard support for drag and drop before we can add this to dioxus primitives. https://react-aria.adobe.com/dnd#accessibility and the kanban board example might be useful as a reference. They let you select drag and drop elements with enter, move them with arrow keys and then drop them with enter |
|
@ealmloff I added the ability to move elements using the keyboard |
|
I've added a separate class for icons. I find this implementation useful for several reasons:
|
|
Yes, that would be much nicer |
Plan
Fixes #141