Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tzapu/meteor-react-status
- Owner: tzapu
- License: mit
- Created: 2016-07-28T14:30:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T09:53:32.000Z (about 8 years ago)
- Last Synced: 2024-10-10T04:26:30.706Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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