https://github.com/ratson/react-animated-count
React animated count
https://github.com/ratson/react-animated-count
Last synced: about 1 year ago
JSON representation
React animated count
- Host: GitHub
- URL: https://github.com/ratson/react-animated-count
- Owner: ratson
- Created: 2016-04-09T00:48:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T03:30:52.000Z (about 10 years ago)
- Last Synced: 2024-05-01T22:21:34.163Z (about 2 years ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-animated-count
Animated count component for React.
## Installation
```
npm install --save react-animated-count
```
## Usage
```js
import AnimatedCount from 'react-animated-count'
export default () => {
return
}
```