0.1.8 • Published 5 years ago

tellimer-loading-icon v0.1.8

Weekly downloads
10
License
MIT
Repository
-
Last release
5 years ago

Loading Icons

NPMJS.org:

Usage

  • Run yarn add tellimer-loading-icons
  • In main.js:
import LoadingIcon from 'tellimer-loading-icon'
...
Vue.use(LoadingIcon)
  • Usable in any Vue file:

    <loading-icon
      :loading="!isReady"
      loading-class="text-center"
    />

    Default loading-class: text-center

    Optional styling:

    • Add css to app where loading icon is used
    div.vertical-middle {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
    }
    • Pass loading-class="text-center vertical-middle"

TODO

  • Integrate vertical-middle styling + other customisations in tellimer-loading-icon package
0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago