Genesis Foundation Progress Overlay
npm install @genesislcap/foundation-progress-overlayThis is an initial app level micro frontend progress overlay variant which is used to let the user know when async work
is taking place. I've added a PendingState mixin to help centralise
this functionality across variants of such a control.
To enable this module in your application, follow the steps below.
1. Add @genesislcap/foundation-progress-overlay as a dependency in your package.json file. Whenever you change the dependencies of your project, ensure you run the $ npm run bootstrap command again. You can find more information in the package.json basics page.
``json``
{
...
"dependencies": {
...
"@genesislcap/foundation-progress-overlay": "latest"
...
},
...
}
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact Genesis Global for more details.