0.2.2 • Published 6 years ago

@odopod/odo-expandable v0.2.2

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

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.