3.3.4 • Published 8 years ago
vue-sticky v3.3.4
vue-sticky
A directive to sticky element for vue.js(2.x).
for useage with Vue 1.x, see the 2.x branch
Install
npm install vue-sticky --save
Dev
run npm install and npm run dev
Import
import VueSticky from 'vue-sticky' // Es6 module
const VueSticky = VueSticky.default // Global variableUse
directives: {
'sticky': VueSticky,
},<ELEMENT v-sticky="{ zIndex: NUMBER, stickyTop: NUMBER, disabled: [true|false]}">
<div> <!-- sticky wrapper, IMPORTANT -->
CONTENT
</div>
</ELEMENT>3.3.4
8 years ago
3.3.3
8 years ago
3.3.2
8 years ago
3.3.1
8 years ago
3.3.0
8 years ago
3.2.0
8 years ago
3.1.5
9 years ago
3.1.4
9 years ago
3.1.3
9 years ago
3.1.2
9 years ago
3.1.0
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.1.3
9 years ago
2.1.2
10 years ago
2.1.1
10 years ago
2.1.0
10 years ago
2.0.0
10 years ago
1.0.0
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago