qp-identity-form
v1.0.9
Published
A React widget to render a tenant-specific identity form based on an API.
Maintainers
Readme
QP Identity Form Widget
A React widget to render a tenant-specific identity form based on an API.
Usage
Include the widget via npm or unpkg:
<div id="qp-identity-root"></div>
<script src="https://unpkg.com/[email protected]/dist/index.js"></script>
<script>
renderQPIdentityForm('qp-identity-root');
</script>