react-block-loading

React Block Loading

Usage no npm install needed!

<script type="module">
  import reactBlockLoading from 'https://cdn.skypack.dev/react-block-loading';
</script>

README

react-block-loading

React loading in a block

Install:

  • yarn add react-block-loading
  • npm i react-block-loading

Usage:

/*
When children is null or undefined --> Loading as Facebook Style
*/
import * as Loading from "react-block-loading"
...
<Loading>something here | null | undefined</Loading>