react-premepay-checkout-components
React components for checkout payment using Preme Pay gateway
Install
npm install --save react-premepay-checkout-components
Usage
import React, { Component } from 'react'
import MyComponent from 'react-premepay-checkout-components'
import 'react-premepay-checkout-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Preme Pay](https://github.com/Preme Pay)