Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(example): update codesandbox links and dependencies version #746

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/about/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ See how beautiful it is for yourself!

We have created some basic examples on `codesandbox` for you to play with directly:

- [Simple vertical list](https://codesandbox.io/s/k260nyxq9v)
- [Simple horizontal list](https://codesandbox.io/s/mmrp44okvj)
- [Using with function components](https://codesandbox.io/s/zqwz5n5p9x)
- [Simple DnD between two lists](https://codesandbox.io/s/ql08j35j3q) - _Community made_
- [Simple DnD between a dynamic number of lists (with function components) and ability to delete items](https://codesandbox.io/s/-w5szl) - _Community made_
- [Simple vertical list](https://codesandbox.io/p/sandbox/vertical-list-9wc6yh)
- [Simple horizontal list](https://codesandbox.io/p/sandbox/horizontal-list-xk6zh4)
- [Using with function components](https://codesandbox.io/p/sandbox/using-react-beautiful-dnd-with-hooks-cntgm5)
- [Simple DnD between two lists](https://codesandbox.io/p/sandbox/vertical-list-with-multiple-drop-targets-tjmxxf) - _Community made_
- [Simple DnD between a dynamic number of lists (with function components) and ability to delete items](https://codesandbox.io/p/sandbox/react-drag-and-drop-react-beautiful-dnd-c7q4r5) - _Community made_

[← Back to documentation](/README.md#documentation-)