An open API service indexing awesome lists of open source software.

https://github.com/unmanner/ispinjs

vanilla javascript number spinner
https://github.com/unmanner/ispinjs

number-spinner vanilla-js

Last synced: 3 months ago
JSON representation

vanilla javascript number spinner

Awesome Lists containing this project

README

        

# ispinjs
vanilla javascript number spinner

[![npm version](https://badge.fury.io/js/ispin.svg)](https://badge.fury.io/jas/ispin)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Features
* easy to use
* no external dependencies
* supports all major browsers and IE11+
* customizable and extendable

## Install
`npm install ispin` and `import ISpin from 'ispin';`

or use CDN:

```html

```

## Build
`npm run build`

## Compatibility
Supports all major browsers and IE11+

## Docs, Examples, Demo
[https://unmanner.github.io/ispinjs/](https://unmanner.github.io/ispinjs/)