react-coming-soon

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i react-coming-soon

Weekly Downloads

21

Version

1.0.6

License

MIT

Unpacked Size

98.7 kB

Total Files

6

Last publish

Collaborators

  • maks112v