Billflow React is an NPM package that provides easy integration with Billflow Embeds
npm install --save billflow-react
- 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})