Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```