Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ useDragAndDrop
Function
useDragAndDrop
packages/@react-spectrum/s2/src/useDragAndDrop.ts:30–32 ·
view source on GitHub ↗
(options: DragAndDropOptions<T>)
Source
from the content-addressed store, hash-verified
28
* collection component.
29
*/
30
export
function
useDragAndDrop<T = object>(options: DragAndDropOptions<T>): DragAndDrop<T> {
31
return
useRACDragAndDrop(options);
32
}
Callers
15
DraggableTreeView
Function · 0.90
DraggableListView
Function · 0.90
DroppableTableView
Function · 0.90
DraggableTableView
Function · 0.90
DroppableTreeView
Function · 0.90
DroppableListView
Function · 0.90
TabNavTable
Function · 0.90
ReorderExample
Function · 0.90
BetweenLists
Function · 0.90
ReorderableTree
Function · 0.90
BetweenTrees
Function · 0.90
ReorderableTableExample
Function · 0.90
Calls
no outgoing calls
Tested by
1
TabNavTable
Function · 0.72