@wearejust/sticky

1.0.0 • Public • Published

Sticky

Installation

npm install @wearejust/sticky --save

Usage

require('@wearejust/sticky');

$(function() {
    $('.sticky').sticky();
});

With options

require('@wearejust/sticky');

$(function() {
    $('.sticky').sticky({
        active: 'is-active',
        topHeightOffset: 0
    });
});

Readme

Keywords

Package Sidebar

Install

npm i @wearejust/sticky

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • just_pieter-bas
  • cees.vanegmond