# LoaderProps

**Kind:** Interface

Props for the `Loader` component. Also accepts:
* `LoaderStyleProps`

## Properties

### `className?`

Type: `undefined | string`

Additional class names to apply to the loading spinner.

### `fillColor`

Type: `string`

The color of the loading spinner. Defaults to `'#888'`

### `scale`

Type: `number`

A scalar for the loading spinner. Increasing the scale increases the size of the loading spinner. Defaults to `0.3`.

### `style?`

Type: `React.CSSProperties`

Additional styles to apply to the loading spinner.

---

## Loader

**Kind:** Component

A loading spinner component.

[[ Story id="loader--example" title="Loader example" ]]

**Parameters:**
- `props` (`LoaderProps`)

**Returns:** `Element`
