Skip to content

Instantly share code, notes, and snippets.

@mohnatus
Created April 23, 2020 09:28
Show Gist options
  • Save mohnatus/36b9d74af18acc558a753b7397efc867 to your computer and use it in GitHub Desktop.
Save mohnatus/36b9d74af18acc558a753b7397efc867 to your computer and use it in GitHub Desktop.
import Skeleton, { SkeletonTheme } from "react-loading-skeleton";
const SkeletonComponent = () => (
<SkeletonTheme color="#202020" highlightColor="#444">
<section>
<Skeleton height={50} width={50} />
</section>
</SkeletonTheme>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment