1.0.6 • Published 8 years ago

mdl-form-textarea v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Textarea for mdl-form

Start

Install package:

  npm install mdl-form mdl-form-textarea react jquery

You need to see mdl-form.

Parameter

  • style -> change style
  • className -> class
  • label -> name of textarea
  • rows -> rows of textarea
  • isNotRequire -> if you use isNotRequire: true, it can be empty.
  • change(function) -> you can do something when teatarea is changed. 1st argument is this component value.

Example

{   
  'id': 'component_id',
  'className': 'class',
  'label': 'Label',
  'style': {'color': 'red'},
  'rows': '10'
}
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago