react-delay icon indicating copy to clipboard operation
react-delay copied to clipboard

Easily delay rendering of child components with a timer

react-delay

npm version

Easily delay rendering of child components with a timer

Usage

<Delay
  wait={250}
>
  <div>A loading spinner or something...</div>
</Delay>