@salable/pricing-table-react
v1.3.5
Published
A react component to render your Salable pricing table in your app.
Downloads
2
Keywords
Readme
Salable React pricing table component documentation
A component to render your Salable pricing table into a React project
Getting started
npm install @salable/pricing-table-react
Code example
<SalablePricingTableReact
envConfig={{
productUuid: '{{YOUR_PRODUCT_UUID}}',
apiKey: '{{YOUR_API_KEY}}',
globalPlanOptions: {
granteeId: 'example-grantee-id-123',
successUrl: 'https://example.com/success',
cancelUrl: 'https://example.com/cancel'
},
theme: 'light'
}}
checkoutConfig={{
member: 'example-member-123',
customer: {
email: "[email protected]",
}
}}
/>
License
MIT License