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
- Host: GitHub
- URL: https://github.com/unmanner/ispinjs
- Owner: uNmAnNeR
- License: mit
- Created: 2018-02-21T06:42:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:19:59.000Z (over 2 years ago)
- Last Synced: 2025-03-01T13:42:05.683Z (3 months ago)
- Topics: number-spinner, vanilla-js
- Language: JavaScript
- Homepage: https://unmanner.github.io/ispinjs/
- Size: 519 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ispinjs
vanilla javascript number spinner[](https://badge.fury.io/jas/ispin)
[](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/)