0.0.3 • Published 8 years ago

meteor-react-status v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Connection Status Indicator for Meteor with React

npm version

How it Looks

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