Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swordray/ispinner
Pure CSS spinner like iOS UIActivityIndicatorView
https://github.com/swordray/ispinner
css css3 uiactivityindicatorview
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T06:39:30.000Z (almost 3 years ago)
- Last Synced: 2024-09-30T13:21:47.281Z (about 2 months ago)
- Topics: css, css3, uiactivityindicatorview
- Language: CSS
- Homepage: http://swordray.github.io/ispinner
- Size: 26.4 KB
- Stars: 52
- Watchers: 4
- 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).