1.0.0-beta.2 • Published 3 months ago

@zohodesk/react-dnd v1.0.0-beta.2

Weekly downloads
82
License
ISC
Repository
-
Last release
3 months ago

React DND

We've implemented some components which can help you for make your app draggable and droppable. Those are,

  1. useDragSource
  2. useDragPreview
  3. useDropTarget
  4. useSortableElement
  5. useDropShadow
  6. SortableContainer (below readme not ready yet)
  7. useDNDMonitior
  8. DNDBackend
  9. createBackend
  10. DNDProvider
  11. withHooks
  12. useResizeObserver

Installation procedure

  1. npm install @zohodesk/react-dnd

To run examples

  1. Clone this repo
  2. Navigate to examples folder
  3. Then run npm install command and npm run start
  4. The examples will run your local machine on 9090 that is default port.
  5. You can change the port through the CLI like npm run start 5000 when start the server.

Contribution guide

  • Sure, you can contribute here to develop most tough components.
  • Make sure you have'd docs, unit test cases and examples for your contributed component before raise the merge request.
  • Also you can fix the bugs and raise the issue here in issues panel.

Happy Coding! :v:

1.0.0-beta.4

3 months ago

1.0.0-beta.3

4 months ago

1.0.0-exp.2

2 years ago

1.0.0-beta.2

3 years ago

0.0.2

4 years ago

0.0.1-alpha.1

4 years ago

1.0.0-beta.1

4 years ago