Alexey Novak
Alexey Novak
I just wondering if `test/` folder is the best location for the test files. In a relatively small component it is not a big deal. But for a fairly complex...
First of all I wanted to say that I really like your repo. Awesome work! I was thinking that maybe adding `.npmignore` would be very beneficial to the project. I...
According to multiple sources there is no need for `use strict` statement in ES6 code. [StackOverflow question](http://stackoverflow.com/a/31685340/812519) [ECMAScript 2015 Language Specification](http://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code) Plus transpiled ES5 code already has `use strict` statement...
Hi there, First of all I really like your react component and use it for my projects. But I found an issue with it. By default the credit card image...
I think VISA credit card is of type ***\* ***\* ***\* ***\* (16 digit) But Amex card has to be ***\* *****\* ****\* (15 digit) I would love to setup...