Skip to content

Instantly share code, notes, and snippets.

@mauricedb
Created November 11, 2016 17:50
Show Gist options
  • Save mauricedb/aef937d84927ea04329fab058f597296 to your computer and use it in GitHub Desktop.
Save mauricedb/aef937d84927ea04329fab058f597296 to your computer and use it in GitHub Desktop.
import React from 'react';
import './ajax-loading.css';
const AjaxLoading = () => (
<div>
<i className="glyphicon glyphicon-refresh spinning" />
&nbsp;Loading...
</div>
);
export default AjaxLoading;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment