JakeSidSmith / react-reorder

Drag & drop, touch enabled, reorderable / sortable list, React component
https://jakesidsmith.github.io/react-reorder/
MIT License
218 stars 58 forks source link

Pass sharedProps to each item & update readme #44

Closed JakeSidSmith closed 9 years ago

JakeSidSmith commented 9 years ago

Allows devs to pass additional sharedProps accessible inside all of the items in the list at this.props.sharedProps.

This allows devs to add more advanced functionality / customisation.