Hover Observer For React App

A React component that notifies its children of hover interactions. Optionally observe mouseenter, mouseleave, mouseover, and mouseout events. Supports delayed hover and hover-off, which can help reduce unintentional triggering.

Installation:

# NPM
$ npm install react-hover-observer --save

Preview:

Hover Observer For React App

Download Details:

Author: ethanselzer

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/ethanselzer/react-hover-observer

License: MIT

Add Comment