We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bba799 commit 4fe858aCopy full SHA for 4fe858a
lib/Draggable.es6
@@ -121,7 +121,7 @@ export default class Draggable extends React.Component {
121
* let App = React.createClass({
122
* render: function () {
123
* return (
124
- * <Draggable defaultPosition={{x: 25, y: 25}}>
+ * <Draggable position={{x: 25, y: 25}}>
125
* <div>I start with transformX: 25px and transformY: 25px;</div>
126
* </Draggable>
127
* );
0 commit comments