Textarea
Textarea is a component that can be used to input a text.
'use client'
import { Textarea } from '@nerdfish/react/textarea'
export default function TextareaExample() {
return <Textarea placeholder="Type your message here." />
}
Textarea is a component that can be used to input a text.
'use client'
import { Textarea } from '@nerdfish/react/textarea'
export default function TextareaExample() {
return <Textarea placeholder="Type your message here." />
}