Using CSS animation in your react components.
npm install react-wowUsing CSS animation in your react components.
```
$ npm install --save react-wow
`js
import React from 'react'
import ReactDOM from 'react-dom'
import ReactWOW from 'react-wow'
const App = () =>
ReactDOM.render(
`
`sh`
$ git clone https://github.com/skyvow/react-wow.git
$ cd react-wow
$ npm install
$ npm start
|npm run