Created
November 11, 2016 17:50
-
-
Save mauricedb/aef937d84927ea04329fab058f597296 to your computer and use it in GitHub Desktop.
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 './ajax-loading.css'; | |
const AjaxLoading = () => ( | |
<div> | |
<i className="glyphicon glyphicon-refresh spinning" /> | |
Loading... | |
</div> | |
); | |
export default AjaxLoading; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment