https://github.com/tzapu/meteor-react-status
Connection Status Indicator for Meteor with React
https://github.com/tzapu/meteor-react-status
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T09:53:32.000Z (over 8 years ago)
- Last Synced: 2025-04-13T01:46:40.349Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 5
- Watchers: 3
- 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
[](https://badge.fury.io/js/meteor-react-status)
## How it Looks
## 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