@odopod/odo-expandable

A simple, accessible combination of two elements; A trigger to handle clicks, and a target to toggle visibility.

Usage no npm install needed!

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

README

Odo Expandable

A simple, accessible combination of two elements; A trigger to handle clicks, and a target to toggle visibility.

Install

npm install @odopod/odo-expandable --save

Quick Start

import OdoExpandable from '@odopod/odo-expandable';

const instances = OdoExpandable.initializeAll();;

Documentation

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