This components add a gripper to the attached textarea to make it vertically resizable.
<textarea rows="5" cols="15">Some text</textarea> <script> new loom.ui.ResizableTextArea($$('textarea')[0]); </script>
Snapshot: