Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 329 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 329 Bytes

About

Package that will help you fix element position on scroll

Installation

npm install aaffix

or

yarn aaffix

Usage

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