1.0.9 • Published 1 year ago

@kazm/client-sdk v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago