JSPM

@justifi/webcomponents

3.1.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9736
  • Score
    100M100P100Q139099F
  • License MIT

JustiFi Web Components

Package Exports

  • @justifi/webcomponents
  • @justifi/webcomponents/dist/components/index.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@2.1.0/dist/webcomponents/webcomponents.esm.js'></script> Then you can use the element anywhere in your template, JSX, html etc

Component documentation