0.1.0 • Published 7 years ago

react-delay v0.1.0

Weekly downloads
3,266
License
MIT
Repository
github
Last release
7 years ago

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>