- Notifications
You must be signed in to change notification settings - Fork3
pjb0811/react-draggable-lists
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
draggable list app using react & react-motion.
This package is included inreact-motion-components.
npm install --save react-draggable-lists
import*asReactfrom'react';importDraggableListfrom'react-draggable-lists';classExampleextendsReact.Component{render(){return(<div><hi>react-draggable-lists</hi><divstyle={{width:300,margin:'0 auto'}}><DraggableListwidth={300}height={300}rowSize={1}><divstyle={{width:300,height:300,background:'green'}}> 1</div><divstyle={{width:300,height:300,background:'blue'}}>2</div><divstyle={{width:300,height:300,background:'red'}}>3</div></DraggableList></div></div>);}}
MIT ©pjb0811
About
draggable list app using react & react-motion.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.