aweary / react-stripe

React components for Stripe.js and Stripe Elements https://stripe.com/elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@stripe/react-stripe

build status npm version

React components for Stripe.js and Stripe Elements

React Stripe is a thin React wrapper around Stripe Elements. It allows you to add Elements to any React app.

Docs

TODO

Looking for the legacy react-stripe-elements docs? You can find those here.

Development

Install dependencies:

yarn install

Run the examples using Storybook:

yarn storybook

Run the tests:

yarn run test

Build:

yarn run build

We use prettier for code formatting:

yarn run prettier

Checks:

yarn test
yarn run lint
yarn run flow

About

React components for Stripe.js and Stripe Elements https://stripe.com/elements

License:MIT License


Languages

Language:JavaScript 100.0%