## LoadingIndicator Component
A component that acts as a loading indicator.

### Example

```js
<LoadingIndicator isLoading={true} message="Loading" />
```

### Props

| Prop          | Type     | Default     | Possible Values
| ------------- | -------- | ----------- | ---------------------------------------------
| **isLoading**    | Bool   |  True      | Whether the loading indicator is currently loading or not
| **message**    | Bool   | "Loading"  | The message to display with the spinner.


### Other Information
Will be centered in whatever box it is in.
