@imarcom/vue-loader

0.0.5 • Public • Published

Vue Loader

Installation

npm install --save  "@imarcom/vue-loader"

or

yarn add "@imarcom/vue-loader"

Usage

ES6

import { VueLoader } from '@imarcom/vue-loader';

new Vue({
    components: {
        VueLoader
    }
});

Props

  • size Size of the loader
    • medium (default)
    • small
  • type Type of loader
    • circle (default)
    • cubes
    • bounces
  • theme Theme of the loader
    • gray (default)
    • light
    • dark

Readme

Keywords

Package Sidebar

Install

npm i @imarcom/vue-loader

Weekly Downloads

2

Version

0.0.5

License

MIT

Last publish

Collaborators

  • imarcom