npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

spin-component

0.0.2

@tjholowaychuk

npmSnykSocket
Downloads:0
$ npm install spin-component
DailyWeeklyMonthlyYearly

spin

Higher level spinner API auto-adjusting position and scale to fit within the target element. Built oncomponent/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