react-uiblocker-loading

1.1.6 • Public • Published

Getting Started with Create React App

Installation

npm install react-uiblocker --save

Usage

import React from "react";
import UIBlocker from "react-uiblocker";

export default function App() {
  return (
    <UIBlocker visible={true} message="Loading...">
      <h1>React</h1>
      <h5>App</h5>
      <h5>Initial</h5>
    </UIBlocker>
  );
}

Package Sidebar

Install

npm i react-uiblocker-loading

Weekly Downloads

2

Version

1.1.6

License

none

Unpacked Size

6.33 kB

Total Files

6

Last publish

Collaborators

  • iamwaleedrajput