0.0.3 • Published 7 years ago

react-http-cats v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

http cats npm version

http status cat images, for routing users and handling various http status responses.

Usage

import HttpCat from 'react-http-cats';

class Demo extends React.Component {
  render() {
    return (
      <HttpCat status={ 404 } />
    );
  }
}