Directive for resizing an element in a specified direction using the mouse pointer.

Set by the kbqResizer attribute in the array format [x, y], where:

  • x - horizontal direction: -1 (left), 0 (disabled), 1 (right).
  • y - vertical direction: -1 (up), 0 (disabled), 1 (down).
<div kbqResizable>
    <i [kbqResizer]="[1, 0]"></i>
</div>
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.