1.1.1 • Published 3 years ago

billflow-react v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

billflow-react

Billflow React is an NPM package that provides easy integration with Billflow Embeds

Installation

npm install --save billflow-react

How to use

1) Get the billing page id from your Billflow Dashboard. 2) Install this Billflow React module. 3) 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})

Resources

Documentation

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago