aaffix
v0.0.3
Published
Package that affixes elements on page during scroll event
Readme
About
Package that will help you fix element position on scroll
Installation
npm install aaffixor
yarn aaffixUsage
You can install the plugin
import AAffix from 'aaffix';
Vue.use(AAffix)or
use only the component
import AAffix from 'aaffix';
Vue.component(AAffix.name, AAffix