A simple, accessible combination of two elements; A trigger to handle clicks, and a target to toggle visibility.
npm install @odopod/odo-expandable --save
import OdoExpandable from '@odopod/odo-expandable';
const instances = OdoExpandable.initializeAll();;
Visit the Odo component directory for demos, code examples, and documentation.