Skip to content

Instantly share code, notes, and snippets.

@washingtonsoares
Last active December 27, 2017 10:59
Show Gist options
  • Save washingtonsoares/5e05de09abffc024c81d1d9b13f74ff6 to your computer and use it in GitHub Desktop.
Save washingtonsoares/5e05de09abffc024c81d1d9b13f74ff6 to your computer and use it in GitHub Desktop.
const MyLoader = () => (
<ContentLoader
height={200}
width={400}
speed={2}
primaryColor={"#f3f3f3"}
secondaryColor={"#ecebeb"}
>
<rect x="3" y="88" rx="3" ry="3" width="42" height="10" />
<rect x="50.83" y="88" rx="3" ry="3" width="60" height="10" />
<rect x="116.6" y="88" rx="3" ry="3" width="6" height="10" />
<rect x="11.97" y="108" rx="3" ry="3" width="78" height="10" />
<rect x="95.67" y="108" rx="3" ry="3" width="78" height="10" />
<rect x="11.97" y="128" rx="3" ry="3" width="54" height="10" />
<rect x="71.76" y="128" rx="3" ry="3" width="36" height="10" />
<rect x="113.61" y="128" rx="3" ry="3" width="36" height="10" />
<rect x="136.07" y="88.88" rx="3" ry="3" width="18" height="10" />
<rect x="3" y="5.27" rx="0" ry="0" width="170.88" height="72" />
<rect x="211" y="75.27" rx="0" ry="0" width="0" height="0" />
</ContentLoader>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment