Textarea


Default Textarea

Loading...

textarea.html
<div class="w-full max-w-80 space-y-1">
  <p class="text-sm">Text Area</p>
  <!-- TextArea -->
  <textarea
    class="border-input disabled:opacity-disabled flex min-h-[80px] w-full rounded-md border bg-main px-3 py-2 text-sm placeholder:text-muted-text focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed"
    placeholder="Type your message here."></textarea>
</div>

On this page