react-data-grid
Version:
Data grid for React
31 lines (15 loc) • 281 B
Markdown
`Draggable` (component)
=======================
Props
-----
### `component`
type: `union(func|custom)`
### `onDrag`
type: `func`
defaultValue: `() => {}`
### `onDragEnd`
type: `func`
defaultValue: `() => {}`
### `onDragStart`
type: `func`
defaultValue: `() => true`