Loading :: جاري التحميل

Text Area

A text area is a UI element that enables users to input and edit multiple lines of text, providing a larger space than a regular text input field, making it suitable for longer text entries, such as comments, descriptions, or messages.

Compnent Demo

<div class="form-row">
  <label class="form-label">Section Title <em>*</em></label>
  <textarea class="form-control" placeholder="Placeholder" rows="3"></textarea>
</div>