mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { Textarea } from "@/components/ui/textarea"
|
|
|
|
export function TextareaDemo() {
|
|
return <Textarea placeholder="Type your message here." />
|
|
}
|