0.2.5 • Published 5 years ago

react-cats v0.2.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

React Cats

Render random cats and cat gifs with or without text and other things! This was just a quick experiment making use of the Cats as a Service API created by @kevinbalicot

Demo: https://codesandbox.io/s/wq5wl7vo3k

Installation

npm i -save react-cats

Usage

  • Import the Cat component import Cat from 'react-cats'

  • Render it with joy!

//.......
function App() {
  return (
    <div className="App">
      <Cat />
    </div>
  );
}
//........
0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago