2.0.1 • Published 6 years ago

ractive-ez-resize v2.0.1

Weekly downloads
2
License
WTFPL
Repository
github
Last release
6 years ago

Ractive Ez Resize

Ez resize event for ractive.js

Detect when an element is resized (this is not the same as the window.resize event, which only triggers when the window is resized).

Demo

Install

npm i ractive-ez-resize
import 'ractive-ez-resize';

Usage

<div on-ezresize="@this.handleResize()" />

Event Properties

  • width: the new width of the element
  • height: the new height of the element
  • oldWidth: the old width of the element
  • oldHeight: the old height of the element