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