Skip to content

creatorkuang/react-meteor-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meteor status (React package)

##Installation

$ meteor add creatorkuang:react-meteor-status

##Usage Just insert <ConnectStatus />

Component Props

style

root box style

btnStyle

retry button style

textStyle

text info style

lang

It's a object,default it's chinese, your could change your language with different object. Example:

let lang={
		waiting:'Waiting for server, system will reconnect in ',
	  waitingAfter:' second.',
	  connecting:'Connecting...',
	  offline:'Offline! Please check your network.',
	  retryNow:'Reconnect Now!'
}

Then in React Componet

	<ConnectStatus lang={lang} />

Contributors

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published