Simple load integration blocking the UI
See
yarn add react react-dom
yarn add @theonlyducks/react-block
import '@theonlyducks/react-block/dist/style.css';
import { BlockDuck } from "@theonlyducks/react-block";
<BlockDuck
opacity={5}
blocking={true}
>
Hi!
</BlockDuck>
Install
yarn
Start server listening https://localhost:3000
yarn start
Run test
yarn test
Coverage report
yarn test:coverage