Files
shadcn-ui/apps/www/components/examples/textarea/demo.tsx
2023-01-24 19:51:29 +04:00

6 lines
148 B
TypeScript

import { Textarea } from "@/components/ui/textarea"
export function TextareaDemo() {
return <Textarea placeholder="Type your message here." />
}