This Gist was automatically created by Carbide, a free online programming environment.
-
-
Save wizzard0/1afa4f4934c05ec5fff215a7b71845ea to your computer and use it in GitHub Desktop.
React Spinner
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 React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import Spinner from 'react-spinner'; | |
ReactDOM.render(<div style={{padding: 40}}> | |
<Spinner style={{ width: 80 }}/> | |
</div>, document.body); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment