1.0.25 • Published 2 years ago
vue-swirl v1.0.25
Browser Support
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✔ |
Installing
Package manager
Using npm:
$ npm install vue-swirl
Using yarn:
$ yarn add vue-swirl
After the package is installed, include it in your project using import
or require
in the main.js folder in the main directory:
import VueSwirl from 'vue-swirl';
then use the folder you imported into the same folder (main.js)
:
app.use(VueSwirl);
// Or
appInstance.use(VueSwirl);
Usage
To use this package, after completing the import, enter any component and add <vue-swirl></vue-swirl>
to the beginning of any element.
<template>
<div>
<h1>Vue Swirl!</h1>
<vue-swirl>
<p>A best loading package.</p>
</vue-swirl>
</div>
</templa
type
- block
- circle (default)
- bars
- dots
color
- the code of each color you want or its full name in
html
. (red, #FFFF ..) #191919
default
Example
<vue-swirl type="block" color="#191919">
/////
</vue-swirl>
Resources
Credits
vue-swirl is heavily influenced by loading gifs
and .svg
animations
License
1.0.25
2 years ago
1.0.24
2 years ago
1.0.23
2 years ago
1.0.22
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago