v-affix

A Vue.js component

Usage no npm install needed!

<script type="module">
  import vAffix from 'https://cdn.skypack.dev/v-affix';
</script>

README

v-affix

Install

npm install v-affix --save

Usage

CommonJS

var Affix = require('v-affix');

new Vue({
  components: {
    Affix: Affix
  }
});

ES6

import Affix from 'v-affix';

new Vue({
  components: {
    Affix
  }
});

License

MIT