2.0.2 • Published 6 years ago

@odopod/odo-helpers v2.0.2

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

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

Documentation

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