Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morbidick/stripe-elements
Stripe Web Components
https://github.com/morbidick/stripe-elements
stripe webcomponents
Last synced: about 1 month ago
JSON representation
Stripe Web Components
- Host: GitHub
- URL: https://github.com/morbidick/stripe-elements
- Owner: morbidick
- Created: 2017-10-05T01:00:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:14:15.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T23:30:58.061Z (about 2 months ago)
- Topics: stripe, webcomponents
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Stripe Web Components
[![npm version](https://img.shields.io/npm/v/@morbidick/stripe-elements.svg)](https://www.npmjs.com/package/@morbidick/stripe-elements)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/morbidick/stripe-elements)
[![Build Status](https://travis-ci.org/morbidick/stripe-elements.svg?branch=master)](https://travis-ci.org/morbidick/stripe-elements)
[![Greenkeeper badge](https://badges.greenkeeper.io/morbidick/stripe-elements.svg)](https://greenkeeper.io/)Simple component talking directly with the [Stripe](https://stripe.com/) [token backend](https://stripe.com/docs/api#tokens). 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
```bash
npm i @morbidick/stripe-elements
```## Components
### \
```html
```
#### Styling
You can use the paper-style variables to change the look and feel of the form.
## Development
```bash
# Get dependencies
$ npm install# Demo site
$ npm start# Run tests
$ npm test
```