Form

Textarea

Multi-line input matching the Input recipe.

Show code
"use client";

import { Textarea } from "@/registry/lilt/ui/textarea";

export default function TextareaDemo() {
  return (
    <div className="w-full max-w-sm">
      <Textarea placeholder="What's on your mind? Take your time." />
    </div>
  );
}

Installation

npx shadcn@latest add @lilt/textarea