mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 22:18:39 +00:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { Textarea } from "@/components/ui/textarea"
|
|
|
|
export function TextareaDisabled() {
|
|
return <Textarea placeholder="Type your message here." disabled />
|
|
}
|