import React from 'react'; import { css } from 'react-emotion'; // First way to import import { RingLoader } from 'react-spinners'; const containerStyle = { display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh', margin: '0 30% 0 30%' }; export const FullScreenLoader = ({ loading }) => (
)