1.0.25 • Published 3 years ago

vue-swirl v1.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

npm version install size npm downloads code coverage npm bundle size Known Vulnerabilities

Browser Support

ChromeFirefoxSafariOperaEdgeIE
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

emresolmaz.com.tr

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago