UNPKG

@odopod/odo-dialog

Version:

Responsive window dialog component focused on a11y and extendibility

24 lines (14 loc) 470 B
# Odo Dialog > Responsive window dialog component focused on a11y and extendibility ## Install ```shell npm install @odopod/odo-dialog --save ``` ## Quick Start ```js import OdoDialog from '@odopod/odo-dialog'; const dialog = new OdoDialog(document.getElementById('my-dialog-element')); ``` ## [Documentation][permalink] Visit the [Odo component directory][permalink] for demos, code examples, and documentation. [permalink]: http://code.odopod.com/odo-dialog/