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.
Loader component (Reactstrap)
function Loader() {
return (
<div className="d-flex justify-content-center align-items-center h-100 ">
<Spinner color="dark" />
</div>
)
}
export default Loader;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment