stripe-elements

WebJar for stripe-elements

License

License

MIT
Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

org.webjars.bowergithub.morbidick
ArtifactId

ArtifactId

stripe-elements
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

stripe-elements
WebJar for stripe-elements
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/morbidick/stripe-elements

Download stripe-elements

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.morbidick/stripe-elements/ -->
<dependency>
    <groupId>org.webjars.bowergithub.morbidick</groupId>
    <artifactId>stripe-elements</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.morbidick/stripe-elements/
implementation 'org.webjars.bowergithub.morbidick:stripe-elements:2.4.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.morbidick/stripe-elements/
implementation ("org.webjars.bowergithub.morbidick:stripe-elements:2.4.0")
'org.webjars.bowergithub.morbidick:stripe-elements:jar:2.4.0'
<dependency org="org.webjars.bowergithub.morbidick" name="stripe-elements" rev="2.4.0">
  <artifact name="stripe-elements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.morbidick', module='stripe-elements', version='2.4.0')
)
libraryDependencies += "org.webjars.bowergithub.morbidick" % "stripe-elements" % "2.4.0"
[org.webjars.bowergithub.morbidick/stripe-elements "2.4.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-styles jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-form jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-button jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-input jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.4.0