Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tzapu/meteor-react-status

Connection Status Indicator for Meteor with React
https://github.com/tzapu/meteor-react-status

Last synced: 2 months ago
JSON representation

Connection Status Indicator for Meteor with React

Awesome Lists containing this project

README

        

# Connection Status Indicator for Meteor with React

[![npm version](https://badge.fury.io/js/meteor-react-status.svg)](https://badge.fury.io/js/meteor-react-status)

## How it Looks
![How it looks](http://i.imgur.com/3W1cREh.gif)

## Install

```sh
npm install --save meteor-react-status
```

## Usage
In your main layout file import:
```js
import ConnectionStatus from 'meteor-react-status'
```

and add somewhere in the page
```html

```

## TODO
- ~~remove material-ui dependency~~
- write more documentation
- make customizable
- add manual retry button

## Thanks

- [React NPM Boilerplate](https://github.com/juliancwirko/react-npm-boilerplate)
- [React Meteor Status Smart Package](https://github.com/creatorkuang/react-meteor-status/)

## License

MIT