p-textarea-3

PreviousNext

Large textarea

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-textarea-3.tsx
import { Textarea } from "@/registry/default/ui/textarea";

export default function Particle() {
  return <Textarea placeholder="Type your message here" size="lg" />;
}

Installation

npx shadcn@latest add @coss/p-textarea-3

Usage

import { PTextarea3 } from "@/components/p-textarea-3"
<PTextarea3 />