# interactions
Re-usable UI interactions and behaviours.

## Install

```bash
$ npm i --save @purtuga/interactions
```

## Usage

```javascript
import {Resizable} from "@purtuga/interactions";

const resizableDiv = new Resizable({
    ele: document.queryselector("div.resizable")
});
```

## Interactions

-   [Resizable]("./src/Resizable/README.md")

## License

[MIT](./LICENSE)
