Skip to content

Latest commit

 

History

History

odo-affix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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'));

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