mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Add onMouseOver and onMouseOut events
Fixes #340. Test Plan: Ported @danielstocks's jsfiddle (linked in the issue) to React and the hover effect worked properly.
This commit is contained in:
@@ -106,7 +106,7 @@ Event names:
|
||||
```
|
||||
onClick onDoubleClick onDrag onDragEnd onDragEnter onDragExit onDragLeave
|
||||
onDragOver onDragStart onDrop onMouseDown onMouseEnter onMouseLeave
|
||||
onMouseMove onMouseUp
|
||||
onMouseMove onMouseOut onMouseOver onMouseUp
|
||||
```
|
||||
|
||||
Properties:
|
||||
|
||||
Reference in New Issue
Block a user