Angular Resizable - Overview

The Resizable UI component enables its content to be resizable in the UI.

View Demo

NOTE
We recommend specifying the width- and height-related properties of the Resizable, because the content usually takes them into account.

To specify which sides of the Resizable - top, bottom, left, right or all at once - can be used for resizing content, set the handles property. Note that this property can accept several values separated with space.

See Also