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