1.2.0 • Published 6 years ago

@odopod/odo-sticky-headers v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Odo Sticky Headers

A mananger for sticky things

Install

npm install @odopod/odo-sticky-headers --save

Quick Start

import OdoStickyHeaders from '@odopod/odo-sticky-headers';

const stickyMananger = new OdoStickyHeaders();
const stickies = Array.from(document.querySelectorAll('.my-sticky'));
stickyMananger.add(stickies);

Documentation

Visit the Odo component directory for demos, code examples, and documentation.