stripe-elements

WebJar for stripe-elements

Лицензия

Лицензия

MIT
Категории

Категории

Stripe Прикладные библиотеки Financial
Группа

Группа

org.webjars.bowergithub.morbidick
Идентификатор

Идентификатор

stripe-elements
Последняя версия

Последняя версия

2.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

stripe-elements
WebJar for stripe-elements
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать stripe-elements

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.4.0