react-drag-component
v1.0.0
Published
[Online DEMO](https://thatbean.github.io/react-drag-component/)
Downloads
5
Readme
react-drag-component
Usage
To use this package is (not that) simple:
- First check the code at
example/
- Then try to hack the React Component code at
example/source/
. - The state related code is at:
example/source/index
source/TabListContent/contextState
source/TabTreeContent/contextState
- The Pointer Event related code is at:
source/__lib__/pointerEventControl
source/TabListContent/context
source/TabTreeContent/context
- The CSS style is
postcss-cssnext
format.
Required packages
Extra Packages required:
hammerjs
for Pointer Eventstate-scheme
for Immutable Datareact-context-store
for React Context