Random Chuck Norris jokes for react
npm install react-chuck> Random Chuck Norris jokes for react
  
``bash`
npm install --save react-chuck
`jsx
import React, { Component } from 'react'
import Chuck from 'react-chuck'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © yershalom
This module was bootstrapped with create-react-library.