Package Exports
- @justifi/webcomponents
- @justifi/webcomponents/dist/components/index.js
- @justifi/webcomponents/dist/components/justifi-card-form
- @justifi/webcomponents/dist/components/justifi-card-form.js
- @justifi/webcomponents/dist/index.cjs.js
- @justifi/webcomponents/dist/webcomponents/webcomponents.esm.js
- @justifi/webcomponents/loader
- @justifi/webcomponents/loader/index.cjs.js
- @justifi/webcomponents/loader/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@justifi/webcomponents) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Usage
There are two methods for including the JustiFi web components in your application:
Installation via npm
npm install @justifi/webcomponents
Include from CDN
Add the script tag in the head of your index.html:
<script type='module' src='https://cdn.jsdelivr.net/npm/@justifi/webcomponents@4.6.2/dist/webcomponents/webcomponents.esm.js'></script>
Then you can use the element anywhere in your template, JSX, html etc