1.3.5 • Published 2 years ago

@salable/pricing-table-react v1.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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: "customer@company.com",
        }
    }}
/>

License

MIT License

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago