1.0.25 • Published 11 months ago

vue-swirl v1.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago