Created
April 23, 2020 09:28
-
-
Save mohnatus/36b9d74af18acc558a753b7397efc867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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