react-counter
react-counter copied to clipboard
Simple incremental counter with easings
when i try to add the Counter component in my app it cause this error Uncaught TypeError: React.createClass is not a function
Would be cool to see a link to a demo
When using react already in a project, modules should have react in peerDependencies so that it doesn’t get included twice and uses the already included instance. Also updated React version,...
Using this component in React 0.13.3 causes a bug because this package.json has a dependency on old version of react. Fixed by removing from dependencies and adding to peerDependencies. ```...