Class

LoadingDelay

LoadingDelay(props) → {React.PureComponent}

Overview

Delays children of this component before they show up.
Constructor

# new LoadingDelay(props) → {React.PureComponent}

Parameters:
Name Type Description
props Object
children React.ReactElement

The content of the component that needs to be delayed.

View Source Utils/Feedback/LoadingDelay.js, line 15

React.PureComponent