# .resizable

Allow rectangles to be resized.


## Examples

```js
const options = {
    x: false
};
myComponent.resizable(options);
```
