Skip to content

Latest commit

 

History

History

odo-dual-viewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Odo Dual Viewer

A draggable UI component which reveals two panes.

Install

npm install @odopod/odo-dual-viewer --save

Quick Start

import OdoDualViewer from '@odopod/odo-dual-viewer';

const dualViewer = new OdoDualViewer(document.getElementById('.my-dual-viewer'));

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