spin-component

0.0.2 • Public • Published

spin

Higher level spinner API auto positioning and scaling to fit within the target element. Built on component/spinner.

javascript spinner

Installation

$ component install component/spin

API

spin(el, [options])

Add a spinner to el with options, and return the Spinner instance.

  • size defaulting to 1/5th the element width
  • delay default to 300ms
var s = spin(document.querySelector('.one'));

Spinner#remove()

Augments the Spinner returned with a .remove() method, which when removes the spinner or cancels delayed spinners.

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i spin-component

    Weekly Downloads

    5

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • tjholowaychuk