@zerokey/widgets
v0.3.0
Published
ZeroKey embeddable UI widgets
Readme
ZeroKey Embeddable UI widgets
Installation
npm install
Using the integration-setup-dialog widget
import { createWidget } from '@zerokey/widgets';
// Once the page has loaded...
createWidget('integration-setup-dialog', {
el: '#integrations',
apiKey: 'your-zerokey-api-key',
environment: 'your-environment-name',
integratorId: `user-id-in-your-app`,
integratorGroupId: `user-group-id-in-your-app`,
});The available widgets currently are:
integration-setup-dialog
