https://github.com/ablypl/vue-affix
https://github.com/ablypl/vue-affix
affix vue vue2 vuejs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ablypl/vue-affix
- Owner: ablypl
- Created: 2019-03-21T20:27:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T21:45:11.000Z (about 6 years ago)
- Last Synced: 2025-02-02T07:03:50.531Z (4 months ago)
- Topics: affix, vue, vue2, vuejs
- Language: Vue
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```