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.
2 parents 4bba799 + 4fe858a commit ead3474Copy full SHA for ead3474
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