1.0.1 • Published 7 years ago

vue-blink v1.0.1

Weekly downloads
38
License
MIT
Repository
github
Last release
7 years ago

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

1.0.1

7 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago