# random-dog-image

> A react component that generates random images of dogs. ### Install the package: > `npm install random-dog-image`

Latest version **1.1.2** (published 2021-12-22) · 0 weekly downloads

## Install

```sh
npm install random-dog-image
pnpm add random-dog-image
yarn add random-dog-image
bun add random-dog-image
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2021-12-22 |
| First published | 2021-12-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 10 |
| Unpacked size | 723.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | filiphuhta |
| Keywords | react, reactjs, dog, generator, random, image, dogs, random dogs |

## Links

- npm: https://www.npmjs.com/package/random-dog-image
- Repository: https://github.com/filiphuhta/random-dog-image
- Homepage: https://github.com/filiphuhta/random-dog-image#readme
- Issues: https://github.com/filiphuhta/random-dog-image/issues
- npm.io page: https://npm.io/package/random-dog-image

## Dependencies (10)

- [react](https://npm.io/package/react.md) ^17.0.2
- [bootstrap](https://npm.io/package/bootstrap.md) ^5.1.3
- [react-dom](https://npm.io/package/react-dom.md) ^17.0.2
- [web-vitals](https://npm.io/package/web-vitals.md) ^2.1.2
- [react-scripts](https://npm.io/package/react-scripts.md) 5.0.0
- [react-bootstrap](https://npm.io/package/react-bootstrap.md) ^2.0.4
- [random-cat-generator](https://npm.io/package/random-cat-generator.md) ^1.0.1
- [@testing-library/react](https://npm.io/package/@testing-library/react.md) ^12.1.2
- [@testing-library/jest-dom](https://npm.io/package/@testing-library/jest-dom.md) ^5.16.1
- [@testing-library/user-event](https://npm.io/package/@testing-library/user-event.md) ^13.5.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2021-12-22
- 1.1.1 — 2021-12-22
- 1.1.0 — 2021-12-22
- 1.0.9 — 2021-12-22
- 1.0.8 — 2021-12-22
- 1.0.7 — 2021-12-22
- 1.0.6 — 2021-12-22
- 1.0.5 — 2021-12-22
- 1.0.4 — 2021-12-22
- 1.0.3 — 2021-12-22
- 1.0.2 — 2021-12-22
- 1.0.1 — 2021-12-22
- 1.0.0 — 2021-12-22

## README

# 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:

```JSX
 import DogImage from 'random-dog-image'
 ```
### How to use it:
Add the `DogImage` element in your `JSX`:
 ```JSX
 class Example extends React.Component {
  render() {
    return  <DogImage></DogImage>;
  }
}
 
 ```
 ## How the component will look:

![image of the npm package](https://raw.githubusercontent.com/filiphuhta/random-dog-image/master/images/Sk%C3%A4rmavbild%202021-12-22%20kl.%2023.55.30.png)


###  Hope the dog images will delight your days!

---
_Source: https://npm.io/package/random-dog-image · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
