https://github.com/ablypl/vue-affix
https://github.com/ablypl/vue-affix
affix vue vue2 vuejs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ablypl/vue-affix
- Owner: ablypl
- Created: 2019-03-21T20:27:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T21:45:11.000Z (about 7 years ago)
- Last Synced: 2025-08-09T00:53:01.174Z (11 months ago)
- Topics: affix, vue, vue2, vuejs
- Language: Vue
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- 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
```