frames-react icon indicating copy to clipboard operation
frames-react copied to clipboard

React wrapper of Checkout.com Frames.

Results 26 frames-react issues
Sort by recently updated
recently updated
newest added

How do I manually disable the `CardNumber`, `ExpiryDate` & `Cvv` components? There's no prop defined in the documentation to do so.

Hi, There are several dead links to the documentation in the project. I modified the Readme and did a [PR](https://github.com/checkout/frames-react/pull/10), but I think there are more to replace.

Is there a date for a stable version?

How can I add Arabic support for Frames? I know that I can use placeholders for the field names: ```js localization: { cardNumberPlaceholder: 'Arabic string', expiryMonthPlaceholder: 'MM', expiryYearPlaceholder: 'YY', cvvPlaceholder:...

Hi Checkout, while using react wrapper for the library I was not able to use return value of Frames.submitCard() so I could reuse card token string from the response, as...