hg-textarea

[![build status](https://secure.travis-ci.org/twilson63/hg-textarea.png)](http://travis-ci.org/twilson63/hg-textarea)


License
MIT
Install
npm install hg-textarea@1.0.3

Documentation

Mecury textarea control

build status

This is a pure hyperscript function to create a textarea input wrapped in a fieldset with a capitlized label.

usage

var textarea = require('hg-textarea')
return h('form', [
  textarea('body.u-full-width')
])