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 19b6880 commit 4d35133Copy full SHA for 4d35133
README.md
@@ -19,10 +19,11 @@ $ npm install custom-cursor-react
19
[Live Demo](https://ajmnz.github.io/custom-cursor-react)
20
21
## Usage
22
-Import the component
+Import the component and styles
23
24
```javascript
25
import CustomCursor from 'custom-cursor-react';
26
+import 'custom-cursor-react/dist/index.css';
27
```
28
29
Include it in your App
@@ -66,3 +67,5 @@ All of them are optional.
66
67
| **`targetScale`** | number | Scale of the cursor when hovering the `targets` | 4 |
68
69
70
+
71
+> This component is a refactor of a project by Mary Low available [here](https://github.com/codrops/AnimatedCustomCursor/).
0 commit comments