react-hints
v0.1.2
Published
This is a simple component to show floating hints highlighting product features.
Downloads
13
Readme
React Hints
This is a simple component to show floating hints highlighting product features.
Installation
In your React project folder run:
npm install react-hints --save
Usage
Import
react-hints
into your component.import Hint from 'react-hints';
In your render, wrap some element with the
<Hint />
component. Here is a<button />
wrapped:<Hint id="hint-1" message="You can put the hint at any side of the element." position="top"> <button className="btn btn-lg btn-default"> Action! </button> </Hint>
Read more about what each prop means here.
License
react-hints is available under MIT. See LICENSE for more details.