2.0.1 • Published 9 months ago

@springernature/global-loader-animation v2.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
9 months ago

Global loader animation

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';

Basic usage

import CssLoader from '@springernature/global-loader-animation/js';

const loader = new CssLoader();

// Show loader animation
loader.add();

// Remove loader animation
loader.remove();
2.0.1

9 months ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago