Textarea with Rows

PreviousNext

A textarea component with custom rows

Docs
shadcnui-blockscomponent

Preview

Loading preview…
components/customized/textarea/textarea-05.tsx
import { Textarea } from "@/registry/ui/textarea";

export default function TextareaRowsDemo() {
  return <Textarea placeholder="Type your message here." rows={8} />;
}

Installation

npx shadcn@latest add @shadcnui-blocks/textarea-05

Usage

import { Textarea05 } from "@/components/textarea-05"
<Textarea05 />