# React Coming Soon Page

> It's a simple and customizable starter page to let others know you are working.

# [View a Demo and Generate a config](https://react-coming-soon.maksv.me/)

[![NPM](https://img.shields.io/npm/v/react-coming-soon.svg)](https://www.npmjs.com/package/react-coming-soon) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash

npm install --save react-coming-soon

```

## Usage

```jsx
import React from "react";

import ComingSoon from "react-coming-soon";

export default function App() {
  return (
    <ComingSoon
      image="https://react-coming-soon.maksv.me/default-image.jpeg"
      bgColor="#fff"
      textColor="#000"
      illustration="development"
    />
  );
}
```

## Versions

- 1.0.3 - Create config with Website
- 1.0.4 - Read me Update
- 1.0.5 - Add Custom Styles
- 1.0.6 - Fixed Mobile Styles

## License

MIT © [maks112v](https://github.com/maks112v)
