Lunar Pay React
Integrate LunarPay into your frontend easily.
Installation
Install the package with npm or yarn with either of the following commands.
npm i lunarpay-react
yarn add lunarpay-react
Make sure to import the LunarPay component from the library after it is installed
import LunarPay from 'lunarpay-react'
Usage
import './App.css'
import LunarPay from 'lunarpay-react'
import React from 'react'
function App() {
return (
<div className='App'>
<LunarPay
productId='PgpaIh55jUWSaptdh0arGfus'
email='customer@gmail.com'
/>
</div>
)
}
export default App
Options
productId (required)
Get the product ID from the Lunar Dashboard.
email (required)
Email of the customer.