react-coming-soon
Version:
Simple way to add a coming soon page to your next react project.
46 lines (30 loc) • 984 B
Markdown
# 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/)
[](https://www.npmjs.com/package/react-coming-soon) [](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)