Skip to content

Latest commit

 

History

History

odo-expandable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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();;

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