Show a loading animation for async stuff, like requests etc
// Include this with your other components
@import '@springernature/global-loader-animation/scss/10-settings/default';
@import '@springernature/global-loader-animation/scss/50-components/loader';
import CssLoader from '@springernature/global-loader-animation/js';
const loader = new CssLoader();
// Show loader animation
loader.add();
// Remove loader animation
loader.remove();