Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Sep 10, 2014
1 parent b8d2b62 commit 2c9549f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ var App = React.createClass({
//
// `grid` specifies the x and y that dragging should snap to.
//
// `start` specifies the x and y that the dragged item should start at
//
// `zIndex` specifies the zIndex to use while dragging.
//
// `onStart` is called when dragging starts.
Expand All @@ -66,6 +68,7 @@ var App = React.createClass({
axis="x"
handle=".handle"
grid={[25, 25]}
start={{x: 25, y: 25}}
zIndex={100}
onStart={this.handleStart}
onDrag={this.handleDrag}
Expand Down

0 comments on commit 2c9549f

Please sign in to comment.