0.0.5 • Published 4 years ago

@rnwcode/vue-mouse-cursor v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Vue MouseCursor

Screenshot

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:

NameTypeDefault
radiusNumber30
hover-radiusNumber30
is-hoverBooleanfalse
is-animatedBooleantrue

Install

yarn add @rnwcode/vue-mouse-cursor

or

npm install --save @rnwcode/vue-mouse-cursor

Usage

<MouseCursor v-bind:is-hover="mouseHover"> ... </MouseCursor>

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago