Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
vue-simple-spinner
Advanced tools
A simple, flexible spinner for Vue.js
vue-simple-spinner is designed to be a lightweight Vue.js spinner requiring minimal configuration.
https://github.com/dzwillia/vue-simple-spinner/
https://dzwillia.github.io/vue-simple-spinner/examples
IE 10+ (due to CSS animation support).
npm install vue-simple-spinner --save
All styling for this component is done via computed styles in the
Spinner.vue
component and requires no external CSS files.
The following examples can also be used with CommonJS by replacing ES6-specific syntax with CommonJS equivalents.
import Vue from 'vue';
import Spinner from 'vue-simple-spinner';
new Vue({
components: {
Spinner
}
});
vue-simple-spinner is open source and released under the MIT License.
Copyright (c) 2017 David Z Williams.
PS: I would love to know if you're using vue-simple-spinner. Tweet to me at @padredaveo.
FAQs
A simple, flexible spinner for Vue.js
The npm package vue-simple-spinner receives a total of 5,561 weekly downloads. As such, vue-simple-spinner popularity was classified as popular.
We found that vue-simple-spinner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.