mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import { Textarea } from "@/examples/radix/ui/textarea"
|
|
|
|
export function TextareaBasic() {
|
|
return <Textarea placeholder="Type your message here." />
|
|
}
|