Textarea

Multi-line input with a shift-enter hint row and a visible corner grip for resize.

Thanks for the thorough write-up. Two things came to mind while reading — first, the retry logic feels brittle around rate limits;
Shift + ↵ for new line

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input10 } from "@/components/beste/piece/input10";

<Input10
  value="Thanks for the thorough write-up. Two things came to mind while reading — first, the retry logic feels brittle around rate limits;"
  placeholder="Leave feedback…"
/>