react-credit-cards icon indicating copy to clipboard operation
react-credit-cards copied to clipboard

Beautiful credit cards for your payment forms

Results 27 react-credit-cards issues
Sort by recently updated
recently updated
newest added

I am getting this error in functional component. TypeError: Cannot read properties of undefined (reading 'replace') Can you look at please this error. Is there any restriction to use functional...

Updated dependencies Migrated to dart sass Fix depreciation warnings with Sass slash as division

Hey! Can we add react@"18.0.0" as a supported version for this package? It seems to be working fine for me in this version, but I have to install it using...

Hello everybody, I created this issue so we can discuss as a community that uses this library. The main purpose of this issue is to list the best forks published...

This package was throwing warnings about using division in Dart Sass 2.0 so I wanted to create a build that was more compatible. I had to remove the functionality of...

Hello, while integrating this package, i notice that (using styled-components) i had difficulty to customize rccs classes css, so i think it can be useful to open the `Cards` component...

Hi, Im using your component in my app, I want to change some behavior and render the CC icon based on the number. Do you have that in the library?...

### Proposal Remove `Payment` dependency in favor of [`credit-card-type`](https://github.com/braintree/credit-card-type) + [`luhn`](https://github.com/JamesEggers1/node-luhn). Closes #75 ### Details After removing Payment, we needed to store the list of supported card types inside the...

enhancement