Add scaffolding for media gallery
This commit is contained in:
parent
a8be4f2d8d
commit
fc1c3aabf5
10 changed files with 382 additions and 4 deletions
|
@ -0,0 +1,13 @@
|
|||
import React from 'react';
|
||||
|
||||
export const LoadingIndicator = () => {
|
||||
return (
|
||||
<div className="loading-widget">
|
||||
<div className="container">
|
||||
<span className="dot" />
|
||||
<span className="dot" />
|
||||
<span className="dot" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue