@odopod/odo-expandable
v0.2.2
Published
A simple, accessible combination of two elements; A trigger to handle clicks, and a target to toggle visibility.
Downloads
22
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.