@eddybrando.vasquez/kickz-emarsys-forms
v1.1.0
Published
KICKZ custom implementation to support Emarsys API forms
Downloads
54
Readme
KICKZ Emarsys Forms
KICKZ custom implementation to support Emarsys API forms
Installing
Using CDN
This is most likely the option you're looking for.
To import a ready-to-use version directly from the CDN, use one of the following imports.
Specific version
<script src="https://cdn.jsdelivr.net/npm/@eddybrando.vasquez/[email protected]"></script>
Latest patch version (recommended)
In order to leverage automatic patches, ignore the last version number:
<script src="https://cdn.jsdelivr.net/npm/@eddybrando.vasquez/[email protected]"></script>
Latest minor version
To live on the edge and get also the most recent features automatically, ignore the last two version numbers:
<script src="https://cdn.jsdelivr.net/npm/@eddybrando.vasquez/kickz-emarsys-forms@1"></script>
Latest major version
If you're completely edgy and insane, use the latest version always, which also contains breaking changes:
<script src="https://cdn.jsdelivr.net/npm/@eddybrando.vasquez/kickz-emarsys-forms@latest"></script>
Do not use this on a production application! Breaking changes means it'll most certainly break things without asking first for permission.
Using npm
npm install @eddybrando/kickz-emarsys-forms
Using yarn
yarn add @eddybrando/kickz-emarsys-forms