1.0.3 • Published 3 years ago

vue-animated-cursor v1.0.3

Weekly downloads
-
License
Under WTFPL licen...
Repository
github
Last release
3 years ago

vue-animated-cursor

VueJS animated cursor with light halo

Install

npm install --save vue-animated-cursor

Usage

Just import the AnimatedCursor component anywhere on your page !

<template>
    <AnimatedCursor />
</template>

<script>
	import AnimatedCursor from 'vue-animated-cursor'

	export default {
		components: {
			AnimatedCursor
		}
	}
</script>

Screenshot

enter image description here

1.0.3

3 years ago

1.0.0

3 years ago