Sticky-kit plugin for Vue.js
A Vue.js(v2.x+) integration of http://leafo.net/sticky-kit/
See also https://imfaber.me/lab/sticky-kit-plugin-vuejs
Installation
Install the npm package.
$ npm install vue-stickykit --save
Register the component.
- ES5
var Vue = var VueStickyKit = Vue
- ES6
Vue
Usage
Basic Sticking
My sticky content
Custom Sticking
My sticky content
License
The code is available under the MIT license.