Hover Observer For React App

Description:

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

Add Comment