nessra uinessra ui

Displays a form textarea.

Loading...
import { Textarea } from "@/components/ui/textarea"

export function TextareaDemo() {

Installation

pnpmnpmyarnbun
pnpm dlx shadcn@latest add https://nessra-ui.vercel.app/r/textarea.json

Usage

import { Textarea } from "@/components/ui/textarea"
<Textarea placeholder="Type your message here." />

Examples

Default

Loading...
import { Textarea } from "@/components/ui/textarea"

export function TextareaDefault() {

With Label

Loading...
import { Label } from "@/components/ui/label"
import { Textarea } from "@/components/ui/textarea"

Disabled

Loading...
import { Textarea } from "@/components/ui/textarea"

export function TextareaDisabled() {

With Text

Loading...
import { Label } from "@/components/ui/label"
import { Textarea } from "@/components/ui/textarea"

API Reference

Textarea

All standard HTML textarea attributes are supported.

PropTypeDefaultDescription
placeholderstring-Placeholder text
disabledbooleanfalseDisable the textarea
rowsnumber-Number of visible text lines