Interactivity

Resize

Utilities for controlling how an element can be resized.

Basic usage

Resizing in all directions

Use resize to make an element horizontally and vertically resizable.

<textarea className="**resize** rounded-md"></textarea>

Resizing vertically

Use resize-y to make an element vertically resizable.

<textarea className="**resize-y** rounded-md"></textarea>