Use react loading percentage width and height
This commit is contained in:
parent
b4d811a67b
commit
00b8de97db
@ -7,8 +7,8 @@ export default function Loader() {
|
|||||||
<div className="col-md-6 col-md-offset-3">
|
<div className="col-md-6 col-md-offset-3">
|
||||||
<Loading
|
<Loading
|
||||||
type="bars"
|
type="bars"
|
||||||
height={100}
|
height={'100%'}
|
||||||
width={100}
|
width={'100%'}
|
||||||
color="#EBEBEB"
|
color="#EBEBEB"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user