A rock-solid loading spinner
npm install liquid-loading!Build 
This is a Web Component. Just install and import it, somewhere in your app.
```
npm install liquid-loading
`jsx
import React from "react";
import ReactDOM from "react-dom";
import "liquid-loading";
ReactDOM.render(
document.getElementById("root")
);
`
`html``
This is a wrapper around a CodePen project by Mikael Ainalem. It is thus published under the original license.