mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import { Textarea } from "@/styles/base-nova/ui/textarea"
|
|
|
|
export default function TextareaDemo() {
|
|
return <Textarea placeholder="Type your message here." />
|
|
}
|