Draggable list
DraggableList props
Property | Required | Type | Default | Description |
---|---|---|---|---|
children | no | node | Draggable items in list | |
innerClassName | no | string | CSS class to apply to all items in list | |
onDragEnd | no | function | Callback called with the item indices when a drag completes |
DraggableListItem props
No props taken.
Imports
Import React components (including CSS):
import {DraggableList, DraggableListItem} from 'pivotal-ui/react/draggable-list';