Skip to content

Instantly share code, notes, and snippets.

@cdaz5
Created May 2, 2018 21:59
Show Gist options
  • Select an option

  • Save cdaz5/904f9c417ece0cbb6519faea652be112 to your computer and use it in GitHub Desktop.

Select an option

Save cdaz5/904f9c417ece0cbb6519faea652be112 to your computer and use it in GitHub Desktop.
const App = () => (
<Container>
<PulseLoader
loading
width={200}
height={200}
pColor="green"
sColor="yellow"
/>
<BouceLoader
loading
width={50}
height={50}
pColor="lightblue"
/>
</Container>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment