1.0.6 • Published 4 years ago

react-coming-soon v1.0.6

Weekly downloads
33
License
MIT
Repository
github
Last release
4 years ago

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

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.5

7 years ago