Skip to content

Instantly share code, notes, and snippets.

@cv2k10
Last active February 22, 2021 06:26
Show Gist options
  • Select an option

  • Save cv2k10/9661f0387d820aa29de4433e0a8867eb to your computer and use it in GitHub Desktop.

Select an option

Save cv2k10/9661f0387d820aa29de4433e0a8867eb to your computer and use it in GitHub Desktop.

Revisions

  1. cv2k10 revised this gist Feb 22, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Loader.js
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    function Loader() {
    return (
    <div className="d-flex justify-content-center align-items-center min-vh-100 ">
    <div className="d-flex justify-content-center align-items-center h-100 ">
    <Spinner color="dark" />
    </div>
    )
  2. cv2k10 created this gist Feb 22, 2021.
    9 changes: 9 additions & 0 deletions Loader.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    function Loader() {
    return (
    <div className="d-flex justify-content-center align-items-center min-vh-100 ">
    <Spinner color="dark" />
    </div>
    )
    }

    export default Loader;