Textarea/textarea-standard-

PreviousNext

A textarea/textarea-standard- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/textarea/textarea-standard-1.tsx
import { Textarea } from "@/components/ui/textarea";

export const title = "Simple Textarea";

const Example = () => (
  <Textarea
    className="w-full max-w-md bg-background"
    placeholder="Type your message here..."
  />
);

export default Example;

Installation

npx shadcn@latest add @shadcnblocks/textarea-textarea-standard-1

Usage

import { TextareaTextareaStandard1 } from "@/components/textarea-textarea-standard-1"
<TextareaTextareaStandard1 />