UNPKG

bnpl-sdk-button

Version:

You can use this package to integrate BNPL.

28 lines (22 loc) 553 B
# bnpl-sdk-button bnpl-sdk-button package will help you integrate BNPL. ## Installation Install the package: ``` npm install bnpl-sdk-button ``` Import the component: ```javascript import sdk from "bnpl-sdk-button"; ``` Now use the component: ```javascript <sdk :domain="domain" :merchantKey="merchantKey" :products="products" /> ``` ## Usage ### props | prop | type | required | |--------------|---------|-----------| | domain | string | true | | merchantKey | string | true | | products | array | true |