react-loading-screen
react-loading-screen copied to clipboard
Timeout as parameter
is possible add the loading timeout as a prop parameter
this for example never ends the loading
Something like this
<LoadingScreen loading={true} timeout = {5} bgColor='#f1f1f1' spinnerColor='#9ee5f8' textColor='#676767' //ogoSrc='/logo.png' text='Here an introduction sentence (Optional)' ><ObjectToReturn /> </LoadingScreen>