stripe-webcomponent
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Stripe - TALENTOMOBILE

Using this component

There are three strategies we recommend for using web components built with Stencil.

The first step for all three of these strategies is to publish to NPM.

Script tag

  • Put a script tag similar to this <script type='module' src='https://unpkg.com/stripe-webcomponent@0.0.1/dist/stripe-webcomponent.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install stripe-webcomponent --save
  • Put a script tag similar to this <script type='module' src='node_modules/stripe-webcomponent/dist/stripe-webcomponent.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install stripe-webcomponent --save
  • Add an import to the npm packages import stripe-webcomponent;
  • Then you can use the element anywhere in your template, JSX, html etc

Readme

Keywords

none

Package Sidebar

Install

npm i stripe-webcomponent

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

1.28 MB

Total Files

76

Last publish

Collaborators

  • talento-mobile
  • mcorvatta