1.0.9 • Published 3 months ago

@kazm/client-sdk v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Kazm Form SDK

This SDK allows a website to embed the Kazm membership experience inside of their webpage in an iframe.

Integration

The SDK can be integrated into a client's site with the following code in the site's "head" tag:

<meta name="viewport" content="initial-scale=1.0" />
<script src="https://unpkg.com/@kazm/client-sdk@latest"></script>
<script>
  const sdk = new kazm.KazmSDK();
  sdk.initializeKazmForm({
    formId: "<form-id>",
    elementId: "<element-id>",
  });
</script>

Build / deploy

The SDK is distributed via npm.

Deployment steps:

  • Update version using semantic versioning
  • npm run build:webpack
  • npm login
  • npm publish --access public
1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

4 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago