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

Make demo code available #50

Closed adsteel closed 3 years ago

adsteel commented 8 years ago

Thanks for your work on this, it looks great. Could you make the demo code available?

JakeSidSmith commented 8 years ago

Yeah, this project does need a refactor (which would include adding example code). Until then you could check out the gh-pages branch, but it's not written with JSX, so it may look a little confusing.

adsteel commented 8 years ago

This is great, thank you!

JakeSidSmith commented 7 years ago

Update: just released 3.0.0-alpha.0 on npm. I'd suggest checking out this version, it should be far more stable than the existing release, fixes a lot of bugs, and adds the ability to drag between lists. :)

See the readme after installation, there's been a considerable change to the interface.

Examples added to repo in version 3 alpha.

JakeSidSmith commented 3 years ago

Assuming fixed.