@odopod/odo-dialog
v2.0.2
Published
Responsive window dialog component focused on a11y and extendibility
Downloads
51
Readme
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'));
Documentation
Visit the Odo component directory for demos, code examples, and documentation.