Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ Card.js
File
Card.js
examples/04 Sortable/Simple/Card.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
React, { Component } from
'react'
;
2
import
PropTypes from
'prop-types'
;
3
import
{ findDOMNode } from
'react-dom'
;
4
import
{ DragSource, DropTarget } from
'react-dnd'
;
Callers
nothing calls this directly
Calls
3
DropTarget
Function · 0.90
DragSource
Function · 0.90
isDragging
Method · 0.45
Tested by
no test coverage detected