Skip to main content

Web Components 📦

We want to make it as easy as possible for you to integrate Abowire into your website.

Our Web Components do most of the frontend heavy lifting for you. They are built on top of our JS SDK and provide a simple way to integrate Abowire.

Our current Web Components are:

To leverage our Web Components, you will need to load the SDK in your page with your preferred method. You can find more information about this in the SDK Installation page.

For example:

<script
src="https://cdn.abowire.com/sdk/latest/abowire.js?clientId=<your-client-id>&accountId=<your-account-id>&callback=initAbowire"
async
></script>