From f3d4880970010ad8bee1638de6e15cb166a593a1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 17 Jan 2019 16:57:28 +0100 Subject: k --- client/common/loader.component.js | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'client/common') diff --git a/client/common/loader.component.js b/client/common/loader.component.js index 5930c63e..df25dd39 100644 --- a/client/common/loader.component.js +++ b/client/common/loader.component.js @@ -1,11 +1,18 @@ import React from 'react' +import Spinner from 'react-spin' export default function Loader() { - return ( -
-
- -
-
- ) + const spinCfg = { + width: 5, + radius: 20, + color: 'white', + } + return + // return ( + //
+ //
+ // + //
+ //
+ // ) } -- cgit v1.2.3-70-g09d2