billflow-react
v1.1.1
Published
Billflow React provides an easy way to integration with Billflow Embeddables via React Hooks
Downloads
18
Readme
billflow-react
Billflow React is an NPM package that provides easy integration with Billflow Embeds
Installation
npm install --save billflow-react
How to use
- Get the billing page id from your Billflow Dashboard.
- Install this Billflow React module.
- Add the following code in your React App and replace the billing page id.
import { useBillflowEmbed } from 'billflow-react'
const settings = {
billingPageId: 'your-billflow-billing-page-id'
}
useBillflowEmbed({settings})