jackyho112 / react-html-attributes

A store of react-supported html attributes keyed by their tags
MIT License
23 stars 14 forks source link

onClick #16

Open lkaratun opened 5 years ago

lkaratun commented 5 years ago

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?

Pearce-Ropion commented 4 years ago

In addition to this. Shouldn't most event attributes be applicable for most tags? onClick, onMouseEnter, onMouseLeave etc... There are many more than this.