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