https://github.com/swordray/ispinner
Pure CSS spinner like iOS UIActivityIndicatorView
https://github.com/swordray/ispinner
css css3 uiactivityindicatorview
Last synced: about 1 year ago
JSON representation
Pure CSS spinner like iOS UIActivityIndicatorView
- Host: GitHub
- URL: https://github.com/swordray/ispinner
- Owner: swordray
- License: mit
- Created: 2015-11-21T02:26:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T06:39:30.000Z (over 4 years ago)
- Last Synced: 2025-03-24T14:46:17.251Z (over 1 year ago)
- Topics: css, css3, uiactivityindicatorview
- Language: CSS
- Homepage: http://swordray.github.io/ispinner
- Size: 26.4 KB
- Stars: 54
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# iSpinner
Pure CSS spinner like iOS UIActivityIndicatorView.
## Preview
http://swordray.github.io/ispinner/
## Installation
* Yarn
```bash
yarn add ispinner.css
```
* NPM
```bash
npm install -g ispinner.css
```
## Usage
1. Include the stylesheet in the document ``.
```html
```
2. Add a ispinner element to the document body.
```html
```
```html
```
## Sponsors
* [BaiLu ShuYuan](https://bailushuyuan.org)
## License
Copyright © 2021 Jianqiu Xiao under The [MIT License](http://opensource.org/licenses/MIT).