meteor-react-status

Connection Status Indicator for Meteor with React

MIT License

Downloads
4
Stars
5
Committers
1

Connection Status Indicator for Meteor with React

How it Looks

Install

npm install --save meteor-react-status

Usage

In your main layout file import:

import ConnectionStatus from 'meteor-react-status'

and add somewhere in the page

<ConnectionStatus fullWidth={false} />

TODO

  • remove material-ui dependency
  • write more documentation
  • make customizable
  • add manual retry button

Thanks

License

MIT