react-md-spinner
Material Design spinner components for React.js.
Live Demo
https://tsuyoshiwada.github.io/react-md-spinner/
Install
You can install the react-md-spinner from npm.
Features
- You can start using with zero configuration!
- Support to change of color and size and animation speed.
- It can also be used in single color.
- Support Server-Side Rendering.
Getting started
Basic Usage
Because it is made of 100% inline styles, you can start using it right away without setting.
Server-Side Rendering
The following is an example of Server-Side Rendering.
Please checkout examples directory for details.
The point is to use ssrBehavior
and specify userAgent
.
Note: It is a different code from the actual example.
Examples
Client-Side:
Server-Side:
App: