1.0.3 • Published 5 years ago
vue-animated-cursor v1.0.3
vue-animated-cursor
VueJS animated cursor with light halo
Install
npm install --save vue-animated-cursorUsage
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
