Skip to content

Latest commit

 

History

History

odo-dialog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Odo Dialog

Responsive window dialog component focused on a11y and extendibility

Install

npm install @odopod/odo-dialog --save

Quick Start

import OdoDialog from '@odopod/odo-dialog';

const dialog = new OdoDialog(document.getElementById('my-dialog-element'));

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