@odopod/odo-helpers

A collection of helper methods for Odo projects.

Usage no npm install needed!

<script type="module">
  import odopodOdoHelpers from 'https://cdn.skypack.dev/@odopod/odo-helpers';
</script>

README

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.