# {{titleName}}

Describe what this component does!

## Usage
```js
  import React from 'react'
  import {{PascalName}} from '{{name}}'
  React.render(<{{PascalName}} />, document.getElementById('app'))
```

## Props
### `<String> option` **Required**
Defaults to "hi". Controls X.

## CSS Variables

## Static Methods
### `methodName(<String> option)`
Does a thing!
