react-coming-soon

Simple way to add a coming soon page to your next react project.

Usage no npm install needed!

<script type="module">
  import reactComingSoon from 'https://cdn.skypack.dev/react-coming-soon';
</script>

README

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

NPM JavaScript Style Guide

Install


npm install --save react-coming-soon

Usage

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