We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd7ef2 commit 54a8518Copy full SHA for 54a8518
README.md
@@ -77,7 +77,7 @@ import { ResizableBox } from 'react-resizable';
77
class Example extends React.Component {
78
render() {
79
return (
80
- <ResizableBox width={200} height={200} draggableOpts={{...}}
+ <ResizableBox width={200} height={200} draggableOpts={{grid: [25, 25]}}
81
minConstraints={[100, 100]} maxConstraints={[300, 300]}>
82
<span>Contents</span>
83
</ResizableBox>
0 commit comments