vue-animated-cursor
v1.0.3
Published
vue-animated-cursor is a CSS cursor with rounded halo light animation following the cursor.
Downloads
3
Readme
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>