This Vue component integrates its own mouse cursor into your project. It inverts the background and reacts to communicated hover states.
The following properties can be overwritten:
| Name | Type | Default |
|---|---|---|
| radius | Number | 30 |
| hover-radius | Number | 30 |
| is-hover | Boolean | false |
| is-animated | Boolean | true |
yarn add @rnwcode/vue-mouse-cursor
or
npm install --save @rnwcode/vue-mouse-cursor
<MouseCursor v-bind:is-hover="mouseHover"> ... </MouseCursor>
