Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/clauderic/react-sortable-hoc
/ basic.js
File
basic.js
examples/basic.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
React, {Component} from
'react'
;
2
import
{render} from
'react-dom'
;
3
import
{sortableContainer, sortableElement} from
'react-sortable-hoc'
;
4
import
arrayMove from
'array-move'
;
Callers
nothing calls this directly
Calls
3
sortableElement
Function · 0.85
sortableContainer
Function · 0.85
arrayMove
Function · 0.85
Tested by
no test coverage detected