octoblu/zooid-form-field

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# zooid-form-field

[![Build Status](https://travis-ci.org/octoblu/zooid-form-field.svg?branch=master)](https://travis-ci.org/octoblu/zooid-form-field)
[![Test Coverage](https://codecov.io/gh/octoblu/zooid-form-field/branch/master/graph/badge.svg)](https://codecov.io/gh/octoblu/zooid-form-field)
[![Dependency status](http://img.shields.io/david/octoblu/zooid-form-field.svg?style=flat)](https://david-dm.org/octoblu/zooid-form-field)
[![devDependency Status](http://img.shields.io/david/dev/octoblu/zooid-form-field.svg?style=flat)](https://david-dm.org/octoblu/zooid-form-field#info=devDependencies)
[![Slack Status](http://community-slack.octoblu.com/badge.svg)](http://community-slack.octoblu.com)

[![NPM](https://nodei.co/npm/zooid-form-field.svg?style=flat)](https://npmjs.org/package/zooid-form-field)

## Install
```
npm install --save zooid-form-field
```

## Props
| Prop      | Type   | Default | Description                          |
| ----------| -------| --------| -------------------------------------|
| children | node |         | Form elements to be shown in the form field |
| className | string |         | Additional css classes to merge into the component |


## Example
```js
import FormField from 'zooid-form-field'
```