Skip to content

egoist/vue-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-blink

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

About

You've been missing <blink> for so long, haven't you?

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published