# Spinner

A spinner component.

## Usage

    import {Spinner} from '@streetscape.gl/monochrome';

    <Spinner />

## API Reference

### Props

- `style` **(function | object, optional)** - CSS overrides for the components. If a callback
  function is supplied, it will receive the following arguments:

- `props` **(object)**
  - `theme` **(object)** - the current theme
