1.0.2 • Published 3 years ago

react-status-indicator v1.0.2

Weekly downloads
7
License
MIT
Repository
-
Last release
3 years ago

react-status-indicator

Travis npm package Coveralls

React-Status-Indicator is a implementation of status indicator in reactjs.

Usage:

import React, from "react";

import StatusIndicator from "@react-status-indicator";

export default function Demo {
  render() {
    return (
      <div>
        <h1>react-status-indicator Demo</h1>
        <StatusIndicator />
        {"   "}
        <StatusIndicator Active />
        {"   "}
        <StatusIndicator Active Pulse />
        {"   "}
        <StatusIndicator Positive />
        {"   "}
        <StatusIndicator Positive Pulse />
        {"  "}
        <StatusIndicator Intermediary />
        {"  "}
        <StatusIndicator Intermediary Pulse />
        {"   "}
        <StatusIndicator Negative />
        {"  "}
        <StatusIndicator Negative Pulse />
        {"   "}
      </div>
    );
  }
}

Output

alt text

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago