vue-blink

1.0.1 • Public • Published

vue-blink NPM version NPM downloads

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

License

MIT © EGOIST

Package Sidebar

Install

npm i vue-blink

Weekly Downloads

36

Version

1.0.1

License

MIT

Last publish

Collaborators

  • kchan
  • rem