vue-animated-cursor

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-animated-cursor

Weekly Downloads

1

Version

1.0.3

License

Under WTFPL licence

Unpacked Size

586 kB

Total Files

14

Last publish

Collaborators

  • ismailnguyen