@gurinder/vue-loading-bars

1.0.4 • Public • Published

@gurinder/vue-loading-bars

Javascript

import VueLoadingBars from '@gurinder/vue-loading-basr';
Vue.component('vue-loading-bars', VueLoadingBars);

HTML

<vue-loading-bars :loading="true"></vue-loading-bars>

CSS

// Add animation
@-webkit-keyframes v-scaleStretchDelay
{
  0%,
  100%
  {
    transform: scaleY(1);
  }
  50%
  {
    transform: scaleY(0.4);
  }
}

@keyframes v-scaleStretchDelay
{
  0%,
  100%
  {
    transform: scaleY(1);
  }
  50%
  {
    transform: scaleY(0.4);
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @gurinder/vue-loading-bars

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

13.8 kB

Total Files

9

Last publish

Collaborators

  • gurinder