Skip to content

Instantly share code, notes, and snippets.

@413n
Created March 9, 2022 14:43
Show Gist options
  • Save 413n/fbda42e361f2fe6c629bcb978ceec384 to your computer and use it in GitHub Desktop.
Save 413n/fbda42e361f2fe6c629bcb978ceec384 to your computer and use it in GitHub Desktop.

React Content Loader Examples

Based on React Content Loader.

Navbar

const NavbarRightLoader = () => (
  <Skeleton width={360} height={40} uniqueKey="navbar-right">
    <rect x="224" y="12" rx="8" ry="8" width="80" height="16" />
    <rect x="0" y="56" rx="3" ry="3" width="410" height="6" />
    <rect x="0" y="72" rx="3" ry="3" width="380" height="6" />
    <rect x="0" y="88" rx="3" ry="3" width="178" height="6" />
    <rect x="118" y="12" rx="8" ry="8" width="80" height="16" />
    <circle cx="344" cy="20" r="16" />
  </Skeleton>
);

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment