README
CustomFormDialog
Allow you to render a custom component in a modal.
Install
To install the CustomFormDialog component run:
npm install --save @amalto/custom-form-dialog
Display custom form.
<script type="module">
import amaltoCustomFormDialog from 'https://cdn.skypack.dev/@amalto/custom-form-dialog';
</script>
Allow you to render a custom component in a modal.
To install the CustomFormDialog component run:
npm install --save @amalto/custom-form-dialog