# .resizable

Allow rectangles to be resized.


## Installation

    npm install @pencil.js/resizable


## Examples

```js
import "@pencil.js/resizable";

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