Textarea

Basic Textarea

The Textarea defines a multi-line text input control. The Textarea is often used in a form, to collect user inputs like comments or reviews.

Filled Textarea

The Textarea can be filled. Check out code for detail of usage.

Resizeabele Textarea

The textarea can be resizeabele. Check out code for detail of usage.

Disabled Textarea

The textarea have their own style when disabled. Check out code for detail of usage.

With Header

The textare can have header. Check out code for detail of usage.

With Footer

The textare can have footer. Check out code for detail of usage.

avatar

With Header & Footer

The textare can have header and footer. Check out code for detail of usage.