# fields
Add custom controls to the control bar using the `fields` option.

## Usage
```javascript
var fields = [{
  label: 'First Name',
  attrs: {
    type: 'text'
  },
  icon: '😍'
}];
$(container).formBuilder({fields});
```
## See it in Action
<p data-height="525" data-theme-id="22927" data-embed-version="2" data-slug-hash="bWErNB" data-default-tab="result" data-user="kevinchappell" class="codepen"></p>
