File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22[ ![ bit components] ( https://img.shields.io/badge/dynamic/json.svg?color=6e3991&label=bit%20components&query=payload.totalComponents&url=https%3A%2F%2Fapi.bit.dev%2Fscope%2Fjoshk%2Fvue-spinners-css )] ( https://bit.dev/joshk/vue-spinners-css )
33[ ![ npm version] ( https://badge.fury.io/js/vue-spinners-css.svg?u )] ( https://www.npmjs.com/package/vue-spinners-css )
44[ ![ GitHub stars] ( https://img.shields.io/github/stars/joshk2/vue-spinners-css )] ( https://github.com/JoshK2/vue-spinners-css/stargazers )
5+ [ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
56[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/JoshK2/vue-spinners-css/master/LICENSE )
67[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/joshkuttler )] ( https://twitter.com/JoshKuttler )
78<span class =" badge-buymeacoffee " ><a href =" https://ko-fi.com/X8X614J76 " title =" Donate to this project using Ko-fi " ><img src =" https://img.shields.io/badge/buy%20me%20a%20coffee-support-%23ff5f5f " alt =" Buy Me A Coffee donate button " /></a ></span >
89
910<p align =" center " >
10- <a href =" https://bit.dev/joshk/vue-spinners-css " ><img src =" https://i.imagesup.co/images2/e5832341d5d3e440221cf80650042792a99e39f7 .gif " ></a >
11+ <a href =" https://bit.dev/joshk/vue-spinners-css " ><img src =" https://i.imagesup.co/images2/1990710a88808ee8914167c74f57e604c5ed91fe .gif " ></a >
1112</p >
1213Amazing collection of pure CSS vue spinners components of css spinners for ajax or loading animation based on loading.io.
1314
@@ -41,6 +42,7 @@ The default `loading` prop is `true`.
4142| Ripple Spinner | ` #7f58af ` | ` true ` |
4243| Roller Spinner | ` #7f58af ` | ` true ` |
4344| Spinner Spinner | ` #7f58af ` | ` true ` |
45+ | Orbitals Spinner | ` #7f58af ` | ` true ` |
4446
4547
4648## 📦 Installation
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-spinners-css" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "private" : false ,
55 "repository" : {
66 "type" : " git" ,
3939 "build" : " vue-cli-service build" ,
4040 "build:lib" : " rm -rf dist && vue-cli-service build --target lib --inline-vue --name vue-spinners-css ./src/index.js" ,
4141 "lint" : " vue-cli-service lint" ,
42- "format" : " prettier --write \" src/**/*.vue\" \" src/**/*.js\" "
42+ "format" : " prettier --write \" src/**/*.vue\" \" src/**/*.js\" " ,
43+ "deploy:npm" : " npm publish" ,
44+ "deploy:bit" : " bit export joshk.vue-spinners-css"
4345 },
4446 "peerDependencies" : {
4547 "core-js" : " ^2.6.5" ,
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export default {
100100 RippleLoader,
101101 RollerLoader,
102102 SpinnerLoader,
103- OrbitalsLoader
103+ OrbitalsLoader,
104104 },
105105}
106106 </script >
You can’t perform that action at this time.
0 commit comments