Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ablypl/vue-affix
https://github.com/ablypl/vue-affix
affix vue vue2 vuejs
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ablypl/vue-affix
- Owner: ablypl
- Created: 2019-03-21T20:27:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T21:45:11.000Z (over 5 years ago)
- Last Synced: 2024-10-03T01:37:52.404Z (about 1 month 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
```