react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

Is it possible to provide a demo?

Open PinelliaTime opened this issue 6 years ago • 6 comments

First of all, I would like to thank the author for providing the react version of sortableJS, but I encountered some problems when using it. When I first used react-sortable, I found it very confused to look at the documentation. So I especially want to see some simple demos to get started quickly. I hope to be able to provide demos of various scenarios like sortableJS, and thank the author again for his hard work.

PinelliaTime avatar Dec 24 '19 03:12 PinelliaTime

@PinelliaTime Thank you for your kindness!

There are live examples a http://sortablejs.github.io/react-sortablejs/. I'll be adding the code for each one at the start of year 2020.

If you want something more hands on. you run the following commands and it should work. Components for each are in ./examples/components/**

git clone [email protected]:SortableJS/react-sortablejs.git &&
cd react-sortablejs &&
yarn &&
yarn start

waynevanson avatar Dec 24 '19 03:12 waynevanson

Thanks a lot for giving me this live examples! I'm waiting for your code.

PinelliaTime avatar Dec 25 '19 03:12 PinelliaTime

I know it is totally possible to assign values to the cards and calculate / display the total sum(value) of all the cards in a container? But, I really don't know how to achieve that after hours of googling. Can you give me some hints? Thank you

idahopotato1 avatar Aug 04 '20 02:08 idahopotato1

Is there any update on this? Can authors publish the source code for the examples on https://sortablejs.github.io/react-sortablejs/

kungpaogao avatar Jun 17 '21 05:06 kungpaogao

Is there any update on the source code for the examples on sortablejs.github.io/react-sortablejs

vedantrathore avatar Sep 13 '21 09:09 vedantrathore

If you go into your browser Developer Tools > Sources (Firefox: DevTools > Debugger > Sources), you should be able to see the source code for the examples under sortablejs.github.io/examples/components.

kungpaogao avatar Sep 14 '21 06:09 kungpaogao