A textarea component with real-time word and character counting, perfect for forms with length limits.
<TextareaWithCounter placeholder="Enter your message..." />
<TextareaWithCounter maxLength={1000} rows={6} />
<TextareaWithCounter value={text} onChange={setText} />
placeholder
"Start typing..."
maxLength
500
rows
4
className
""
value
onChange