The siimple spinner is a pure CSS loading indicator used for showing the loading state in your website or application. For creating a spinner, just add a spinner
class to any <div>
element:
<div class="spinner"></div>
You can customize the spinner element using the spinners
field of your the configuration: styles defined in the spinners.default
field will be applied to the base spinner
element, and any other field will generate additional variant modifiers for the spinner element.
export default { spinners: { default: { color: "primary", }, // Other spinner variants }, // ...other configuration };
Designed and maintained with by @jmjuanes.
Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.