Skip to content

Commit 4d35133

Browse files
committed
Add credits
1 parent 19b6880 commit 4d35133

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ $ npm install custom-cursor-react
1919
[Live Demo](https://ajmnz.github.io/custom-cursor-react)
2020

2121
## Usage
22-
Import the component
22+
Import the component and styles
2323

2424
```javascript
2525
import CustomCursor from 'custom-cursor-react';
26+
import 'custom-cursor-react/dist/index.css';
2627
```
2728

2829
Include it in your App
@@ -66,3 +67,5 @@ All of them are optional.
6667
| **`targetScale`** | number | Scale of the cursor when hovering the `targets` | 4 |
6768

6869

70+
71+
> This component is a refactor of a project by Mary Low available [here](https://github.com/codrops/AnimatedCustomCursor/).

0 commit comments

Comments
 (0)