UNPKG

@odopod/odo-affix

Version:

Makes an element fixed position while its within a container.

24 lines (14 loc) 452 B
# Odo Affix > Makes an element fixed position while its within a container. ## Install ```shell npm install @odopod/odo-affix --save ``` ## Quick Start ```js import OdoAffix from '@odopod/odo-affix'; const affix = new OdoAffix(document.querySelector('.js-my-sidebar')); ``` ## [Documentation][permalink] Visit the [Odo component directory][permalink] for demos, code examples, and documentation. [permalink]: http://code.odopod.com/odo-affix/