@odopod/odo-dialog

Responsive window dialog component focused on a11y and extendibility

Usage no npm install needed!

<script type="module">
  import odopodOdoDialog from 'https://cdn.skypack.dev/@odopod/odo-dialog';
</script>

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.