/** * iOS style loading spinner. * It's mostly CSS, adapted from: https://loading.io/css/ */ import PropTypes from 'prop-types'; import React from 'react'; const LoadingSpinner = ({ size = 30 }) => (