lunarpay-react

0.2.6 • Public • Published

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' // Get the Product ID from the Lunar Dashboard
        email='customer@gmail.com' // Email of the customer
      />
    </div>
  )
}

export default App

Options

productId (required) Get the product ID from the Lunar Dashboard.

email (required) Email of the customer.

License

MIT

Dependencies (5)

Dev Dependencies (12)

Package Sidebar

Install

npm i lunarpay-react

Weekly Downloads

18

Version

0.2.6

License

MIT

Unpacked Size

8.84 MB

Total Files

26

Last publish

Collaborators

  • pranavdoshi