Skip to content

Instantly share code, notes, and snippets.

@antimatter15
Created August 22, 2016 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save antimatter15/4ae5e2fdbef9b5e30e91d2f621bab67c to your computer and use it in GitHub Desktop.
Save antimatter15/4ae5e2fdbef9b5e30e91d2f621bab67c to your computer and use it in GitHub Desktop.
React Spinner
import React from 'react';
import Spinner from 'react-spinner';
<div style={{padding: 40}}>
<Spinner style={{ width: 80 }}/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment