New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-status-busy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-status-busy

simple and sleek busy status message indicator for react apps

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Busy status indicator for react applications

installation

npm install --save react-status-busy

Features

  • Simple and sleek design
  • No external dependencies
  • Customizable messages
  • Customizable dismiss text
  • Enable or disable dismiss action
  • Automatic dismiss after a timeout
  • Notifications for onVisible and onDismiss
  • Customizable position
  • Displays busy, error or success states
  • Dismiss method to dismiss the indicator on user events

Usage

import StatusBusy from 'react-status-busy';
...

<StatusBusy message='Working...' status='busy'/>

Sample screenshot

Screenshot

Live Examples

Work in progress

  • More customization for content and dismiss action element
  • Customization for colors
  • Progress details
  • Dimmer

Feature suggestions ? Create a new issue.

Keywords

react

FAQs

Package last updated on 07 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts