0.0.0 • Published 7 years ago

fidget-spinner v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

react-svg-spinner

Why

I need a stupid spinner that scales based on surroundings.

Docs n' stuff

https://chantastic.org/react-svg-spinner

Install

npm i -S react-svg-spinner
import Spinner from "react-svg-spinner";

// or

const Spinner = require("react-svg-spinner");

Use in the browser

<script src="https://unpkg.com/react-svg-spinner@0.1.0"></script>

Use

It works like any other React component.

ReactDom.render(
	<Spinner />,
	mountNode
)

CHANGELOG

0.2.0

chore: update to use prop-types. thanks @shanebonham