1.2.0 • Published 6 years ago

@odopod/odo-affix v1.2.0

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

Odo Affix

Makes an element fixed position while its within a container.

Install

npm install @odopod/odo-affix --save

Quick Start

import OdoAffix from '@odopod/odo-affix';

const affix = new OdoAffix(document.querySelector('.js-my-sidebar'));

Documentation

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