Skip to content

Commit 93c36f7

Browse files
committed
Add controls for global and box-wise drag, resize and rotate.
1 parent 10d2609 commit 93c36f7

File tree

6 files changed

+488
-444
lines changed

6 files changed

+488
-444
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ class Example extends Component {
5353
## Box object
5454
| Prop | Default | Description |
5555
| ------------- | ------------- | ------------- |
56-
| drag | `undefined` | Boolean. Allow or disallow dragging for this box |
57-
| resize | `undefined` | Boolean. Allow or disallow resizing for this box |
58-
| rotate | `undefined` | Boolean. Allow or disallow rotating for this box |
56+
| drag | `true` | Boolean. Allow or disallow dragging for this box |
57+
| resize | `true` | Boolean. Allow or disallow resizing for this box |
58+
| rotate | `true` | Boolean. Allow or disallow rotating for this box |
5959

6060
## License
6161

0 commit comments

Comments
 (0)