cf-component-loading
Cloudflare Loading Component
Installation
Installation with yarn is recommended
$ yarn add cf-component-loading
Usage
import React from 'react';import Loading from 'cf-component-loading'; const LoadingComponent = <div> <Loading /> <Loading ="1.5x" /> <Loading ="2x" /> <Loading ="2.5x" /> <Loading ="3x" /> <Loading ="3.5x" /> <Loading ="4x" /> </div>; ;