# Headers

## Usage
```javascript
import { NOVO_HEADER_ELEMENTS } from 'novo-elements';
```

##### Header Properties
- `'title' : String`
    * Defines the title text
- `'theme' : String`
    * Defines the background color of the header
- `'icon' : String`
    * Defines which Bullhorn icon to appear next to the title text
- `'config' : Object`
    * (Optional) Pass a config object with all properties defined in place of individual properties

##### UtilAction Properties
- `'icon' : String`
    * Defines which Bullhorn icon to use
- `'inverse' : Bool`
    * Defines whether the util button has it's color inverse (white)
