Sha256: b2d21ab993e482bc302d7b772989d16d9c77b90c1a5bba81e0bc7839e55ebdbf
Contents?: true
Size: 251 Bytes
Versions: 28
Compression:
Stored size: 251 Bytes
Contents
import Vue from 'vue'; import $ from 'jquery'; export default Vue.directive('side-panel', { bind: function() { $(this.el).sticky({ topSpacing: 80, getWidthFrom: '.sticky-wrapper', responsiveWidth: true }) } })
Version data entries
28 entries across 28 versions & 1 rubygems