vue-blink
v1.0.1
Published
You've been missing <blink /> for so long.
Downloads
175
Readme
vue-blink
You've been missing <blink>
for so long, haven't you?
Install
Wow, this component is really tiny, less than 200B when compressed!
$ npm install -S vue-link
NPMCDN: https://unpkg.com/vue-blink/dist/vue-blink.js
Usage
<template>
<div class="app">
<Blink>can you see me?</Blink>
</div>
</template>
<script>
import Blink from 'vue-blink'
export default {
components: {
Blink
}
}
</script>
Related
- react-blink - Actually inspired by this module.
License
MIT © EGOIST