https://github.com/chantastic/react-svg-spinner
An SVG spinner component
https://github.com/chantastic/react-svg-spinner
Last synced: 10 months ago
JSON representation
An SVG spinner component
- Host: GitHub
- URL: https://github.com/chantastic/react-svg-spinner
- Owner: chantastic
- License: mit
- Created: 2017-02-01T02:41:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:50:03.000Z (over 3 years ago)
- Last Synced: 2024-12-11T19:48:29.427Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://chantastic.org/react-svg-spinner
- Size: 8.96 MB
- Stars: 51
- Watchers: 5
- Forks: 10
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-svg-spinner
## Why
I needed a stupid spinner that scales based on surroundings.
## Docs n' stuff
https://chantastic.org/react-svg-spinner
## Install
```bash
npm i -S react-svg-spinner
```
```js
import Spinner from "react-svg-spinner";
```
## Use in the browser
```html
```
## Use
It works like any other React component.
```js
ReactDom.render(
,
mountNode
)
```
## CHANGELOG
## 1.0.1
[chore]: remove yarn.lock. upgrade with npm
## 1.0.1
[chore]: loosen React version constraints #4
## 1.0.0
[chore]: Update dependencies—namely `React@v16`
[chore]: Replace `webpack` with `microbundle` for 3 build targets.
[chore]: Choke down what's going up to the NPM registry
[fix]: Move deps into proper `package.json` sections
[docs]: Update `package.json` fields
## 0.2.0
[chore]: update to use `prop-types`. thanks [@shanebonham](https://github.com/shanebonham)
## LICENSE
MIT, Michael Chan
See [LICENSE](./LICENSE)