Skip to content

Commit 6109561

Browse files
committed
0.6.2
1 parent 68cb20f commit 6109561

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ $ npm install --save react-hover
7272

7373
```js
7474
<ReactHover
75+
className='basic'
7576
styles={styles.basic}
7677
componentHtml={componentHtml.basicComponentHtml}
7778
options={optionsCursorFalse}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hover",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A handy hover tool for React",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)