@odopod/odo-helpers

2.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @odopod/odo-helpers

Weekly Downloads

4

Version

2.0.2

License

MIT

Unpacked Size

364 kB

Total Files

76

Last publish

Collaborators

  • nathanbuchar
  • odopod-admin
  • vestride