Textarea
A customizable textarea component with support for custom classnames, onChange, and placeholder.
Textarea Example
Props
Textarea
className?: string, placeholder?: string, onChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => voidA customizable textarea component with support for custom classnames, onChange, and placeholder.
className?: string, placeholder?: string, onChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => void