Class: SplashScreen

SplashScreen(props) → {JSX.Element}

new SplashScreen(props) → {JSX.Element}

Initial loading screen of the web-app. Also the interface that should be active while any Web3 authorizations are taking place.
Parameters:
Name Type Description
props
Author:
  • amannirala13
Source:
Returns:
Type
JSX.Element
Example
<div>
<Splashscreen/>
</div>

Methods

(inner) updateStatus(data)

This functions updates the status text in SplashScreen on event dispatch
Parameters:
Name Type Description
data Data from the event. The `data.detail` object in the event must have the new status text.
Source: