Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tradexsafely-checkout

zilpage17MIT1.0.13

Checkout library protected by escrow

readme

tradexsafely-checkout

Checkout library protected by escrow

NPM JavaScript Style Guide

Install

npm install --save tradexsafely-checkout

Usage

import React, { Component } from 'react'

import MyComponent from 'tradexsafely-checkout'
import 'tradexsafely-checkout/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © zilpage