Skip to content

filiphuhta/random-dog-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-dog-image (React)

A react component that generates random images of dogs.

Install the package:

npm install random-dog-image

Import the component:

import the react dog image component in your .js file:

 import DogImage from 'random-dog-image'

How to use it:

Add the DogImage element in your JSX:

class Example extends React.Component {
 render() {
   return  <DogImage></DogImage>;
 }
}

How the component will look:

image of the npm package

Hope the dog images will delight your days!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published