Skip to content

Latest commit

 

History

History

odo-helpers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Odo Helpers

A collection of helper methods for Odo projects.

Install

npm install @odopod/odo-helpers --save

Quick Start

import { onTransitionEnd } from '@odopod/odo-helpers';

onTransitionEnd(myElement, () => {
  console.log('`transitionend` event emitted from "myElement"');
});

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