react-osx-dock
react-osx-dock copied to clipboard
Add onMouseOver and onMouseOut events
I have a use case to add hover state changes on a dock item, and thought others might find this useful as well. This PR passes the onMouseOver
and onMouseOut
props to the dock items.