4.0.2 • Published 5 years ago

@morbidick/stripe-elements v4.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Stripe Web Components

npm version Published on webcomponents.org Build Status Greenkeeper badge

Simple component talking directly with the Stripe token backend. It doesnt use stripe.js so it doesnt have the same ShadowDOM restrictions. The form is build with paper-elements to fit the Material UI.

Installation

npm i @morbidick/stripe-elements

Components

\<stripe-card>

<stripe-card
  publishable-key="pk_your_key"
  token="{{ token }}"
></stripe-card>

Styling

You can use the paper-style variables to change the look and feel of the form.

Development

# Get dependencies
$ npm install

# Demo site
$ npm start

# Run tests
$ npm test