clauderic / dnd-kit

The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
http://dndkit.com
MIT License
12.61k stars 628 forks source link

[docs] provide code with examples #1199

Open Forfold opened 1 year ago

Forfold commented 1 year ago

The examples are more showcases since there isn't any code alongside the examples detailing how they are implemented. I had to google search the issue and find someone else redirecting to the storybook code here on Github.

See these docs for an example of how you can improve adoption for this library in your own documentation: https://mui.com/material-ui/react-dialog/#basic-dialog

More specifically, I have been looking for a code example of sorting with this library using variable heights, which doesn't seem to exist.

dkun7944 commented 9 months ago

Yes, please add code with the examples