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