@salable/pricing-table-react
TypeScript icon, indicating that this package has built-in type declarations

1.3.5 • Public • Published

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

/@salable/pricing-table-react/

    Package Sidebar

    Install

    npm i @salable/pricing-table-react

    Weekly Downloads

    0

    Version

    1.3.5

    License

    MIT

    Unpacked Size

    51 kB

    Total Files

    12

    Last publish

    Collaborators

    • orderandchaos_at_work
    • salableapp
    • adaptajay
    • adaptaconer
    • joshokoro
    • sasankg