This is a simple component to show floating hints highlighting product features.
npm install react-hintsThis is a simple component to show floating hints highlighting product features.

In your React project folder run:
``sh`
npm install react-hints --save
1. ImportĀ react-hints into your component.
`jsx`
import Hint from 'react-hints';
2. In your render, wrap some element with the component. Here is a wrapped:
`jsx``
message="You can put the hint at any side of the element."
position="top">
3. Read more about what each prop means here.
react-hints is available under MIT. See LICENSE for more details.