spinner 3.1.1
Install from the command line:
Learn more about npm packages
$ npm install @axa-ch-webhub-cloud/spinner@3.1.1
Install via package.json:
"@axa-ch-webhub-cloud/spinner": "3.1.1"
About this version
Adds a loading spinner that can be used while something is loading.
npm install @axa-ch-webhub-cloud/spinnerimport '@axa-ch-webhub-cloud/spinner';
...
<axa-spinner></axa-spinner>If small is set to true, it has the small size.
Sets the color of the spinner. If color is not set, it has the color oceanblue.
The other color options are: dark-grey and white.