Skip to content

Instantly share code, notes, and snippets.

@dmohs
Last active February 10, 2018 01:18
Show Gist options
  • Save dmohs/de3f742b30fbc4ee1eb5ec473fef3192 to your computer and use it in GitHub Desktop.
Save dmohs/de3f742b30fbc4ee1eb5ec473fef3192 to your computer and use it in GitHub Desktop.
[:div {:style {:backgroundColor "rgba(210, 210, 210, 0.4)"
:position "absolute" :top 0 :bottom 0 :right 0 :left 0 :zIndex 9999
:display "flex" :justifyContent "center" :alignItems "center"}}
[:div {:style {:backgroundColor "#fff" :padding "2em"}}
[:span {:data-test-id "spinner"
:style {:margin "1em" :whiteSpace "nowrap" :display "inline-block"}}
[:span {:className "fa-spinner fa fa-pulse fa-fw"
:style {:marginRight "0.5rem"}}]
[:span {:data-test-id "spinner-text"} "Please wait..."]]]]
["div", {"style": {"backgroundColor": "rgba(210, 210, 210, 0.4)",
"position": "absolute", "top": 0, "bottom": 0, "right": 0, "left": 0, "zIndex": 9999,
"display": "flex", "justifyContent": "center", "alignItems": "center"}},
["div", {"style": {"backgroundColor": "#fff", "padding": "2em"}},
["span", {"data-test-id": "spinner",
"style": {"margin": "1em", "whiteSpace": "nowrap", "display": "inline-block"}}
["span", {"className": "fa-spinner fa fa-pulse fa-fw",
"style": {"marginRight": "0.5rem"}}],
["span" {"data-test-id": "spinner-text"} "Please wait..."]]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment