English
latest (v4.7.0)

Resizer CDK

Description and examples Setup Source code

Directive to resize container in multiple directions.

Basic

#
If you need to react to the new size somehow, you can subscribe to (tuiSizeChange) event of type [x: number, y: number]
[1, 1]
[0, 1]
[-1, 1]
[-1, 0]
[-1, -1]
[0, -1]
[1, -1]
[1, 0]
All