Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ablypl/vue-affix


https://github.com/ablypl/vue-affix

affix vue vue2 vuejs

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# About
Package that will help you fix element position on scroll

# Installation

```
npm install aaffix
```
or
```
yarn aaffix
```

# Usage

You can install the plugin

```js
import AAffix from 'aaffix';
Vue.use(AAffix)
```

or

use only the component

```js
import AAffix from 'aaffix';
Vue.component(AAffix.name, AAffix
```