We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cb20f commit 6109561Copy full SHA for 6109561
README.md
@@ -72,6 +72,7 @@ $ npm install --save react-hover
72
73
```js
74
<ReactHover
75
+ className='basic'
76
styles={styles.basic}
77
componentHtml={componentHtml.basicComponentHtml}
78
options={optionsCursorFalse}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hover",
3
- "version": "0.6.1",
+ "version": "0.6.2",
4
"description": "A handy hover tool for React",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments