react-html-attributes
react-html-attributes copied to clipboard
onClick
Hi,
thanks for the great package! It saved me a lot of trouble.
I was wondering if there's a reason why onClick
is only considered valid for a
tags?
In addition to this. Shouldn't most event attributes be applicable for most tags?
onClick
, onMouseEnter
, onMouseLeave
etc...
There are many more than this.