1.0.2 • Published 2 years ago
fox-pay v1.0.2
fox pay payment gateway by @s-e
Features
- 🥇 Payment gateway with more then 6 payment providers
- ⚖️ Tiny bundle
- 🔥 Works on many javascript frameworks
Install
npm install fox-pay
or
yarn add fox-pay
Support
- Node LTS
- React
- React Native
Quick Start
Import payment gateway component into your project:
import { FoxPay } from 'fox-pay'
function App() {
return (
<FoxPay />
)
}
List of props:
coming soon...