UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

13 lines (11 loc) 449 B
import React, { Component } from 'react'; export default class Loading extends Component { render() { var style = { width: '75px' }; return (<div className="cluedIn_loading"><img style={style} src="http://s3-eu-west-1.amazonaws.com/cluedindev/cluedin_loading.gif" alt="loading..."/></div>); } };