Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 365 Bytes

File metadata and controls

26 lines (20 loc) · 365 Bytes

React Braintree Components

General purpose Braintree components for React integration.

Supports:

  • Hosted fields (for credit/debit cards)
  • Apple Pay
  • Google Pay
  • PayPal

Installation

  1. Clone the project
git clone git@gitlab.com:lignite/react-braintree-components.git
  1. Install dependencies
npm i
  1. Build project
npm run build